Skip to content

Commit

Permalink
clear redoHistory memory on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Jun 14, 2017
1 parent 4214f85 commit 714ee8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/game/GameModel.cpp
Expand Up @@ -191,6 +191,7 @@ GameModel::~GameModel()
delete clipboard;
delete currentSave;
delete currentFile;
delete redoHistory;
//if(activeTools)
// delete[] activeTools;
}
Expand Down

0 comments on commit 714ee8f

Please sign in to comment.