diff src/gtkconv.c @ 8496:f07fbdfbe2e0

[gaim-migrate @ 9231] Remove some printfs. Hopefully we'll release Thursday? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 24 Mar 2004 01:50:32 +0000
parents 6d0869404696
children 887c0259b47b
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Mar 24 01:46:46 2004 +0000
+++ b/src/gtkconv.c	Wed Mar 24 01:50:32 2004 +0000
@@ -5105,7 +5105,7 @@
 			}
 			else
 				gtkconv->u.im->anim =
-					gdk_pixbuf_animation_new_from_file(iconfile, &err);
+					gdk_pixbuf_animation_new_from_file(iconfile, &err); /* LEAK */
 		}
 	}
 	else
@@ -5151,7 +5151,7 @@
 		buf = gdk_pixbuf_animation_get_static_image(gtkconv->u.im->anim);
 	} else {
 		gtkconv->u.im->iter =
-			gdk_pixbuf_animation_get_iter(gtkconv->u.im->anim, NULL);
+			gdk_pixbuf_animation_get_iter(gtkconv->u.im->anim, NULL); /* LEAK */
 		buf = gdk_pixbuf_animation_iter_get_pixbuf(gtkconv->u.im->iter);
 		if (gtkconv->u.im->animate)
 			start_anim(NULL, conv);