summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index cc3614ea..a0054a9f 100644
--- a/src/app.c
+++ b/src/app.c
@@ -745,6 +745,7 @@ static int run_App_(iApp *d) {
745 refresh_App(); 745 refresh_App();
746 recycle_Garbage(); 746 recycle_Garbage();
747 } 747 }
748 SDL_DelEventWatch(resizeWatcher_, d);
748 return 0; 749 return 0;
749} 750}
750 751