[cairo-commit] rcairo ChangeLog,1.69,1.70

Kouhei Sutou commit at pdx.freedesktop.org
Wed Oct 12 21:51:06 PDT 2005


Committed by: kou

Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv20137

Modified Files:
	ChangeLog 
Log Message:
* packages/cairo/ext/rb_cairo_surface.c: Fixed a SEGV bug caused
  by Ruby's GC.
  (cr_image_surface_create_from_png_generic): Fixed a memory leak
  bug.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- ChangeLog	12 Oct 2005 15:21:56 -0000	1.69
+++ ChangeLog	13 Oct 2005 04:51:04 -0000	1.70
@@ -1,5 +1,10 @@
 2005-10-13  Kouhei Sutou  <kou at cozmixng.org>
 
+	* packages/cairo/ext/rb_cairo_surface.c: Fixed a SEGV bug caused
+	by Ruby's GC.
+	(cr_image_surface_create_from_png_generic): Fixed a memory leak
+	bug.
+
 	* packages/cairo/ext/rb_cairo_pattern.c: Added
 	Cairo::GradientPattern#add_color_stop_rgb and
 	Cairo::GradientPattern#add_color_stop for convenience.



More information about the cairo-commit mailing list