Jump to content

[SOLVED] canvas::clear memory leak


photo

Recommended Posts

Posted

hi, when i add some polygons and set them images, and call clear later, polygons deleted, but memory of images is not cleared.

  • 1 month later...
Posted

Hello,

You need to delete the image directly. Canvas::clear delete only reference to the image.
It's used to prevent deleting images attached to multiple widgets.

×
×
  • Create New...