summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 21338fa8..8aa701e3 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -605,6 +605,7 @@ void init_Window(iWindow *d, iRect rect) {
605} 605}
606 606
607void deinit_Window(iWindow *d) { 607void deinit_Window(iWindow *d) {
608 iRecycle();
608 if (theWindow_ == d) { 609 if (theWindow_ == d) {
609 theWindow_ = NULL; 610 theWindow_ = NULL;
610 } 611 }