summaryrefslogtreecommitdiff
path: root/atari/browser_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/browser_win.c')
-rwxr-xr-xatari/browser_win.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/atari/browser_win.c b/atari/browser_win.c
index c40f126de..37e37d3da 100755
--- a/atari/browser_win.c
+++ b/atari/browser_win.c
@@ -54,6 +54,7 @@
#include "atari/statusbar.h"
#include "atari/plot/plotter.h"
#include "atari/dragdrop.h"
+#include "atari/search.h"
bool cfg_rt_resize = false;
@@ -182,6 +183,8 @@ int window_destroy( struct gui_window * gw)
/* test this with frames: */
/* assert( gw->parent == NULL); */
+ search_destroy( gw );
+
if( input_window == gw )
input_window = NULL;