Gtk3: fixed memleak.

This commit is contained in:
zeljan1 2025-03-30 11:46:43 +02:00
parent 9a81e95d6c
commit d21cd86362

View File

@ -378,6 +378,7 @@ begin
cairo_destroy(tmpCtx);
cairo_surface_destroy(tmpSurf);
cairo_destroy(cr);
cairo_region_destroy(aRegion);
end else
TGtk3Widget(AWinControl.Handle).Update(nil);
end;