From 23fc3bcb44c3ed98d33f30f7f889bfce97d1ae6a Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Sun, 3 Feb 2008 12:54:46 -0500 Subject: [PATCH] destroy the glxpixmap when it is gone --- loco/loco.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2