aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix_test_app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unix_test_app/main.cpp')
-rw-r--r--unix_test_app/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unix_test_app/main.cpp b/unix_test_app/main.cpp
index 5be93bc479..9dafb3c902 100644
--- a/unix_test_app/main.cpp
+++ b/unix_test_app/main.cpp
@@ -25,6 +25,7 @@ int main(){
gWindow->loop();
+ delete gWindow;
application_term();
return 0;
}