diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:58:34 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-13 01:58:34 +0000 |
| commit | 9586e3bf1482a30e29f230a1a987386fcdcec2c9 (patch) | |
| tree | f102c76852ed547472b2756d058e3d03620c3b71 /openbox/popup.c | |
| parent | 7a6a516b8e3d8ad6b15379eabf6652a6f43eab27 (diff) | |
plug memory leaks from the new strut code
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
