diff pidgin/gtkstatusbox.c @ 16481:6f197c81d478

merge of 'd28268688d1a93e76907a1ef18ed186bf31fabf3' and 'e2ca29b8faa2bcab20a284643b2b054a4a28eed2'
author Richard Laager <rlaager@wiktel.com>
date Wed, 25 Apr 2007 22:24:15 +0000
parents 776acf50d50f 24bbd7e46bfe
children 5e47b3427b28
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Wed Apr 25 21:50:03 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Wed Apr 25 22:24:15 2007 +0000
@@ -401,7 +401,6 @@
 			if (g_file_get_contents(filename, &contents, &size, NULL))
 			{
 				img = purple_imgstore_add(contents, size, filename);
-				g_free(contents);
 			}
 		}