summaryrefslogtreecommitdiff
path: root/src/PowderToy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PowderToy.cpp')
-rw-r--r--src/PowderToy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/PowderToy.cpp b/src/PowderToy.cpp
index c6f5caf..f8be793 100644
--- a/src/PowderToy.cpp
+++ b/src/PowderToy.cpp
@@ -124,4 +124,7 @@ int main(int argc, char * argv[])
delta = 60.0f/fps;
}
}
+ ui::Engine::Ref().CloseWindow();
+ delete gameController;
+ delete ui::Engine::Ref().g;
}