From: Derek Foreman Date: Sun, 3 Feb 2008 17:54:46 +0000 (-0500) Subject: destroy the glxpixmap when it is gone X-Git-Tag: compgl~15 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=23fc3bcb44c3ed98d33f30f7f889bfce97d1ae6a;p=dana%2Fopenbox.git destroy the glxpixmap when it is gone --- diff --git a/loco/loco.c b/loco/loco.c index cabf57e1..00f17955 100644 --- a/loco/loco.c +++ b/loco/loco.c @@ -398,6 +398,7 @@ static void hide_window(LocoWindow *lw, gboolean destroyed) { /* if destroyed, then the window is no longer available */ lw->visible = FALSE; + destroy_glxpixmap(lw); } void COMPOSTER_RAWR(const XEvent *e, gpointer data)