diff src/image.c @ 414:49c1cbe058ae

partially fixed reading embedded color profiles with exiv2
author nadvornik
date Fri, 18 Apr 2008 22:31:58 +0000
parents c4080362d619
children 4f7362028062
line wrap: on
line diff
--- a/src/image.c	Fri Apr 18 22:15:01 2008 +0000
+++ b/src/image.c	Fri Apr 18 22:31:58 2008 +0000
@@ -403,6 +403,7 @@
 		cm = color_man_new_embedded(run_in_bg ? imd : NULL, NULL,
 					    data, data_len,
 					    screen_type, screen_file);
+		g_free(data);
 		}
 	else 
 		{