diff options
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(); |