Removed potential memory leaks

This commit is contained in:
Dániel Battyányi
2023-07-17 23:58:23 +02:00
parent 372ee6c31c
commit 9e159bbee0

View File

@@ -376,6 +376,12 @@ FilmNegative::~FilmNegative()
for (auto geometry : mouseOverGeometry) {
delete geometry;
}
delete displayRectWidth;
delete refSpotSize;
delete refSpotButton;
delete refInputLabel;
delete spotSize;
delete spotButton;
}