Mercurial > emacs
changeset 97002:1ff787a61e48
* image.c (svg_load_image): Check for failure in return value of
rsvg_handle_get_pixbuf. Free rsvg handle when done.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 Jul 2008 05:51:10 +0000 |
parents | a549971e6b11 |
children | 1c0b739f899d |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <cyd@stupidchicken.com> + + * 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 <jasonr@gnu.org> * w32font.c (Fx_select_font): Reverse sense of second arg.