[Commit] fontconfig/fontconfig fontconfig.h,1.45,1.46

Carl Worth commit at keithp.com
Fri Aug 15 13:45:22 PDT 2003


Committed by: cworth

Update of /local/src/CVS/fontconfig/fontconfig
In directory home.keithp.com:/tmp/cvs-serv29091/fontconfig

Modified Files:
	fontconfig.h 
Log Message:
Added new FcFini function for cleaning up all memory.
Fixed a few memory leaks.
fc-list now calls FcFini, (and is now leak-free according to valgrind)

Index: fontconfig.h
===================================================================
RCS file: /local/src/CVS/fontconfig/fontconfig/fontconfig.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- fontconfig.h	9 Jun 2003 19:21:06 -0000	1.45
+++ fontconfig.h	15 Aug 2003 19:45:20 -0000	1.46
@@ -452,6 +452,9 @@
 FcBool
 FcInit (void);
 
+void
+FcFini (void);
+
 int
 FcGetVersion (void);
 




More information about the Commit mailing list