From: Dana Jansens Date: Tue, 27 May 2003 19:34:30 +0000 (+0000) Subject: no more seg X-Git-Tag: gl2~73 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7bacc441b51f48ed7d4138e3a65a3a9ed8ac2720;p=dana%2Fopenbox.git no more seg --- diff --git a/openbox/popup.c b/openbox/popup.c index 922676a0..505afe32 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -77,9 +77,9 @@ Popup *popup_new(gboolean hasicon) void popup_free(Popup *self) { - RrSurfaceFree(self->s_bg); RrSurfaceFree(self->s_icon); RrSurfaceFree(self->s_text); + RrSurfaceFree(self->s_bg); XDestroyWindow(ob_display, self->bg); stacking_remove(self); g_free(self);