Patch to cleanup FcFini

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I just noticed that FcFini is no longer cleaning up all memory, (it's
not leaking, just still holding on to a static hash table). Valgrind
will show the problem if given --show-reachable=yes with the following
fairly simple program:

	#include <fontconfig/fontconfig.h>
	
	int main (void)
	{
	    FcInit ();
	    FcFini ();
	    return 0;
	}

Here's a patch that seems to clean it all up. OK to commit?

-Carl

Attachment: fc-fini-fix.patch
Description: Binary data

Attachment: pgpeOXHBqO22t.pgp
Description: PGP signature

_______________________________________________
fontconfig mailing list
fontconfig@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/fontconfig

[Index of Archives]     [Fedora Fonts]     [Fedora Users]     [Fedora Cloud]     [Kernel]     [Fedora Packaging]     [Fedora Desktop]     [PAM]     [Gimp Graphics Editor]     [Yosemite News]

  Powered by Linux