Package: gtk2-engines-magicchicken / 1.1.1-9

memory-leak.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix a memory leak.
Author: Paul Brossier <piem@altern.org>
Bug-Debian: http://bugs.debian.org/302030

--- a/src/draw.c
+++ b/src/draw.c
@@ -586,6 +586,7 @@
 												  stock_image_brightness[state]);
 		}
 		g_object_unref (scaled);
+		g_object_unref (tmp);
 	}
 	else
 	{