Another leaked Rect *a
authorMikael Magnusson <mikachu@comhem.se>
Tue, 7 Aug 2007 02:34:42 +0000 (04:34 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Tue, 7 Aug 2007 02:34:42 +0000 (04:34 +0200)
openbox/screen.c

index 93ec57f..9899cfd 100644 (file)
@@ -855,6 +855,7 @@ void screen_show_desktop_popup(guint d)
     ob_main_loop_timeout_remove(ob_main_loop, hide_desktop_popup_func);
     ob_main_loop_timeout_add(ob_main_loop, config_desktop_popup_time * 1000,
                              hide_desktop_popup_func, NULL, NULL, NULL);
+    g_free(a);
 }
 
 guint screen_find_desktop(guint from, ObDirection dir,