Skip to content

Fix memory leaks from text subtraction frames

Rafał Siejakowski requested to merge S-Rafael/inkscape:flowleak into master

Rework the memory management of the shapes used as text inclusion and exclusion frames. Replace manual new and delete calls with std::unique_ptr.

Edited by Rafał Siejakowski

Merge request reports