diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-26 19:49:57 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-26 19:49:57 -0400 |
| commit | 4951d01351efc9a296e87cf2999b832d2df0e1e8 (patch) | |
| tree | 8db6d4fc2ef62ffa9fa9e136063fe5560d0fb890 | |
| parent | d9783d145e54a04178210ef875eb0332b2f88ebd (diff) | |
| download | sigen-4951d01351efc9a296e87cf2999b832d2df0e1e8.tar.gz sigen-4951d01351efc9a296e87cf2999b832d2df0e1e8.tar.xz sigen-4951d01351efc9a296e87cf2999b832d2df0e1e8.zip | |
Clean up memory
| -rw-r--r-- | sigmodr/SigmodrUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmodr/SigmodrUI.cpp b/sigmodr/SigmodrUI.cpp index 88ce2f3e..c3049896 100644 --- a/sigmodr/SigmodrUI.cpp +++ b/sigmodr/SigmodrUI.cpp @@ -408,6 +408,7 @@ bool SigmodrUI::closeGame(const Game* game, const bool force) } } treeSigmod->deleteGame(game); + delete game; } return true; } |
