[cairo-commit] cairomm ChangeLog,1.73,1.74

Murray Cumming commit at pdx.freedesktop.org
Tue Jul 11 11:54:12 PDT 2006


Committed by: murrayc

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv5600

Modified Files:
	ChangeLog 
Log Message:
2006-07-11  Murray Cumming  <murrayc at murrayc.com>

        * cairomm/refptr.h: unref(): Only delete the refcount int when the refcount has
        reached 0, instead of deleting it every time. Thanks valgrind.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- ChangeLog	11 Jul 2006 17:16:21 -0000	1.73
+++ ChangeLog	11 Jul 2006 18:54:10 -0000	1.74
@@ -1,5 +1,10 @@
 2006-07-11  Murray Cumming  <murrayc at murrayc.com>
 
+	* cairomm/refptr.h: unref(): Only delete the refcount int when the refcount has 	
+	reached 0, instead of deleting it every time. Thanks valgrind.
+
+2006-07-11  Murray Cumming  <murrayc at murrayc.com>
+
 	* cairomm/refptr.h: From-C-object Constructor: Added documentation explaining 
 	how/when to use it and when to do an extra reference(). This will help us, 
 	though it should rarely be necessary for an application developer to understand 



More information about the cairo-commit mailing list