[teklib-general] changeset in /hg/teklib/current: added closing of fontconfig handle

Franciska Schulze fschulze at neoscientists.org
Mon Nov 26 16:25:59 CET 2007


changeset 0046eb01f6ae in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=0046eb01f6ae
description:
	added closing of fontconfig handle

diffs (13 lines):

diff -r 1226719560a8 -r 0046eb01f6ae src/display_x11/display_x11_inst.c
--- a/src/display_x11/display_x11_inst.c	Mon Oct 01 17:32:07 2007 +0200
+++ b/src/display_x11/display_x11_inst.c	Tue Oct 02 15:35:53 2007 +0200
@@ -280,6 +280,9 @@ x11_exitinstance(TMOD_X11 *inst)
 
 	if (inst->x11_Display)
 		XCloseDisplay(inst->x11_Display);
+
+	if (inst->x11_libfchandle)
+		dlclose(inst->x11_libfchandle);
 
 	if (inst->x11_libxfthandle)
 		dlclose(inst->x11_libxfthandle);


More information about the teklib-general mailing list