# HG changeset patch # User Chong Yidong # Date 1216965070 0 # Node ID 1ff787a61e48a109fd0cd91bb733f9c83ddbb21a # Parent a549971e6b11926512fd83c8b309ed8cce58cc1a * image.c (svg_load_image): Check for failure in return value of rsvg_handle_get_pixbuf. Free rsvg handle when done. diff -r a549971e6b11 -r 1ff787a61e48 src/ChangeLog --- a/src/ChangeLog Fri Jul 25 05:44:01 2008 +0000 +++ b/src/ChangeLog Fri Jul 25 05:51:10 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-25 Chong Yidong + + * image.c (svg_load_image): Check for failure in return value of + rsvg_handle_get_pixbuf. Free rsvg handle when done. + 2008-07-25 Jason Rumney * w32font.c (Fx_select_font): Reverse sense of second arg.