Mercurial > hg > xemacs-beta
comparison src/glyphs-eimage.c @ 316:512e409c26a2 r21-0b56
Import from CVS: tag r21-0b56
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:46 +0200 |
parents | 341dac730539 |
children | 4711e16a8e49 |
comparison
equal
deleted
inserted
replaced
315:5e87bc5b1ee4 | 316:512e409c26a2 |
---|---|
815 if (data->png_ptr) | 815 if (data->png_ptr) |
816 png_destroy_read_struct (&(data->png_ptr), &(data->info_ptr), (png_infopp)NULL); | 816 png_destroy_read_struct (&(data->png_ptr), &(data->info_ptr), (png_infopp)NULL); |
817 if (data->instream) | 817 if (data->instream) |
818 fclose (data->instream); | 818 fclose (data->instream); |
819 | 819 |
820 if (data->eimage) xfree(data->eimage); | |
821 | |
820 return Qnil; | 822 return Qnil; |
821 } | 823 } |
822 | 824 |
823 static void | 825 static void |
824 png_instantiate (Lisp_Object image_instance, Lisp_Object instantiator, | 826 png_instantiate (Lisp_Object image_instance, Lisp_Object instantiator, |