[cairo-commit] libsvg ChangeLog,1.65,1.66

Keith Packard commit at pdx.freedesktop.org
Thu May 12 11:37:51 PDT 2005


Committed by: keithp

Update of /cvs/cairo/libsvg
In directory gabe:/tmp/cvs-serv18865

Modified Files:
	ChangeLog 
Log Message:
2005-05-12  Keith Packard  <keithp at keithp.com>

	reviewed by: cworth

	* src/svg_style.c: (_svg_style_init_empty), (_svg_style_deinit):
	Valgrind discovered a few memory leaks and use of uninitialized
	values.  There are leaks remaining in the xml parsing code which
	are demonstrated by several of the w3c svg conformance suite.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libsvg/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- ChangeLog	21 Apr 2005 19:29:19 -0000	1.65
+++ ChangeLog	12 May 2005 18:37:48 -0000	1.66
@@ -1,3 +1,12 @@
+2005-05-12  Keith Packard  <keithp at keithp.com>
+
+	reviewed by: cworth
+
+	* src/svg_style.c: (_svg_style_init_empty), (_svg_style_deinit):
+	Valgrind discovered a few memory leaks and use of uninitialized
+	values.  There are leaks remaining in the xml parsing code which
+	are demonstrated by several of the w3c svg conformance suite.
+
 2005-04-22  Carl Worth  <cworth at cworth.org>
 
 	* src/svg_parser.c: (_svg_parser_parse_gradient_stop): Use




More information about the cairo-commit mailing list