Removed potential memory leaks
This commit is contained in:
@@ -376,6 +376,12 @@ FilmNegative::~FilmNegative()
|
||||
for (auto geometry : mouseOverGeometry) {
|
||||
delete geometry;
|
||||
}
|
||||
delete displayRectWidth;
|
||||
delete refSpotSize;
|
||||
delete refSpotButton;
|
||||
delete refInputLabel;
|
||||
delete spotSize;
|
||||
delete spotButton;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user