Updating branch refs/heads/master
to 7ec260500fe69f1ccb531900a080b2b28041e5dd (commit)
from 18d09c75542b14a0dcc28b523aceda0225c298fc (commit)
commit 7ec260500fe69f1ccb531900a080b2b28041e5dd
Author: Olivier Fourdan <[email protected]>
Date: Fri Oct 28 16:13:12 2011 +0200
Memory leak in pixmap code
src/mypixmap.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mypixmap.c b/src/mypixmap.c
index aea0cd2..bfec217 100644
--- a/src/mypixmap.c
+++ b/src/mypixmap.c
@@ -976,6 +976,7 @@ xfwmPixmapLoad (ScreenInfo * screen_info, xfwmPixmap * pm,
const gchar * dir, co
#ifdef HAVE_RENDER
xfwmPixmapRefreshPict (pm);
#endif
+ g_object_unref (pixbuf);
return TRUE;
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits