Skip to content

Fix memory leaks associated with export dialog

John Tourtellott requested to merge export-memory-leak into master

Export dialog code was using shared pointers for UI elements, which (i) aren't needed and (ii) were preventing resources from getting closed properly.

Merge request reports