diff src/aim.c @ 644:b3900e312d8e

[gaim-migrate @ 654] hopefully this will reduce pixmap leaks. we'll see though committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 08 Aug 2000 22:50:18 +0000
parents 072200640327
children dcf672c5a1ff
line wrap: on
line diff
--- a/src/aim.c	Tue Aug 08 22:47:47 2000 +0000
+++ b/src/aim.c	Tue Aug 08 22:50:18 2000 +0000
@@ -510,6 +510,7 @@
 	pmw = gtk_pixmap_new( pm, mask);
 	gtk_table_attach(GTK_TABLE(table), pmw, 0,2,0,1,0,0,5,5);
 	gtk_widget_show(pmw);
+	gdk_pixmap_unref(pm);
 #endif /* USE_APPLET */