Refactor memory management in the Export dialog
Fix memory leaks in the Export Dialog (leaked BatchItems) and improve the overall memory management by using unique_ptr to express ownership for objects not managed by Gtk. Additionally, small fixes and refactors are made; class `ExportPreview` is shrunk by 24 bytes of padding; declaration of the `BatchItem` class is moved to the corresponding header file; code formatting changes.
Loading
-
mentioned in issue #3854 (closed)
-
mentioned in issue inbox#7840 (closed)
Please register or sign in to comment