[cairo-commit] cairo/src cairo_png_surface.c,1.5,1.6
Carl Worth
commit at pdx.freedesktop.org
Tue May 4 12:00:24 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv30638/src
Modified Files:
cairo_png_surface.c
Log Message:
(_cairo_png_surface_copy_page): Don't close a file we didn't open.
Index: cairo_png_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_png_surface.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** a/cairo_png_surface.c 4 May 2004 16:25:54 -0000 1.5
--- b/cairo_png_surface.c 4 May 2004 19:00:22 -0000 1.6
***************
*** 328,332 ****
free (rows);
- fclose (surface->file);
return status;
--- 328,331 ----
More information about the cairo-commit
mailing list