]> code.delx.au - gnu-emacs/commitdiff
* image.c (svg_load_image): Check for failure in return value of
authorChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jul 2008 05:51:10 +0000 (05:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 25 Jul 2008 05:51:10 +0000 (05:51 +0000)
rsvg_handle_get_pixbuf.  Free rsvg handle when done.

src/ChangeLog

index 3060905410fafcddb823a4d6f9694b728c9adbc2..d0daa9412acf6f11456d83e6be590d1326250de4 100644 (file)
@@ -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.