[cairo-commit] libic ChangeLog,1.22,1.23
Carl Worth
commit at pdx.freedesktop.org
Wed Oct 29 10:54:28 PST 2003
Committed by: cworth
Update of /cvs/cairo/libic
In directory pdx:/tmp/cvs-serv27224
Modified Files:
ChangeLog
Log Message:
Fix memory leak of image->transform.
Remove currently unused DevUnion type and IcImageChange function.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libic/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ChangeLog 29 Oct 2003 18:46:10 -0000 1.22
--- ChangeLog 29 Oct 2003 18:54:26 -0000 1.23
***************
*** 1,2 ****
--- 1,11 ----
+ 2003-10-29 Carl Worth <cworth at isi.edu>
+
+ * src/icimage.h: Remove currently unused DevUnion datatype to
+ squelch compiler warning. Remove prototype for currently
+ unimplemented IcImageChange function.
+
+ * src/icimage.c (IcImageDestroy): Fixed memory leak of
+ image->transform.
+
2003-10-29 Carl Worth <cworth at east.isi.edu>
More information about the cairo-commit
mailing list