Fixed memory leak and enabled sanatizers

This commit is contained in:
Jeremy Borgman
2020-09-11 11:09:21 -05:00
committed by borgmanJeremy
parent 4f45430036
commit e5813d2230
3 changed files with 6 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ PixelateTool::process(QPainter& painter, const QPixmap& pixmap, bool recordUndo)
scene.addPixmap(result);
scene.render(&painter, selection, QRectF());
delete source;
}
void