From 9586e3bf1482a30e29f230a1a987386fcdcec2c9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 01:58:34 +0000 Subject: plug memory leaks from the new strut code --- openbox/popup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index 77f751fc..590c2946 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -281,6 +281,8 @@ void popup_delay_show(ObPopup *self, gulong usec, gchar *text) popup_show_timeout(self); } } + + g_free(area); } void popup_hide(ObPopup *self) -- cgit v1.2.3