From: Mikael Magnusson Date: Tue, 7 Aug 2007 02:34:42 +0000 (+0200) Subject: Another leaked Rect *a X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=f2b94f18a579333c3495dba71e7009e9e680b108;p=chaz%2Fopenbox Another leaked Rect *a --- diff --git a/openbox/screen.c b/openbox/screen.c index 93ec57f5..9899cfd8 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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,