clear redoHistory memory on exit
This commit is contained in:
parent
4214f85599
commit
714ee8ff65
@ -191,6 +191,7 @@ GameModel::~GameModel()
|
||||
delete clipboard;
|
||||
delete currentSave;
|
||||
delete currentFile;
|
||||
delete redoHistory;
|
||||
//if(activeTools)
|
||||
// delete[] activeTools;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user