diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-09-18 20:22:07 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-09-18 20:22:07 +0000 |
commit | 89dbeaaee05a6ce7adc353f5676df211c1ed83fb (patch) | |
tree | 3f18e18af0248ae555d90f48f0217d3c5371505a /src/main.cpp | |
parent | 761c274a741869ef767d0db2cd8ef0eca149ce3d (diff) | |
download | mana-89dbeaaee05a6ce7adc353f5676df211c1ed83fb.tar.gz mana-89dbeaaee05a6ce7adc353f5676df211c1ed83fb.tar.bz2 mana-89dbeaaee05a6ce7adc353f5676df211c1ed83fb.tar.xz mana-89dbeaaee05a6ce7adc353f5676df211c1ed83fb.zip |
Applyed biggeruniverse's patch to fix memory leaks.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index c176819a..0f94db54 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -302,6 +302,8 @@ void exit_engine() config.write(); delete gui; delete graphics; + delete hairset; + delete playerset; // Shutdown libxml xmlCleanupParser(); |