[Xquartz-changes] [252] AppleSGLX/trunk/apple_glx.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 23 21:01:16 PST 2009


Revision: 252
          http://trac.macosforge.org/projects/xquartz/changeset/252
Author:   gstaplin at apple.com
Date:     2009-02-23 21:01:15 -0800 (Mon, 23 Feb 2009)
Log Message:
-----------
Add a missing dlclose().

Modified Paths:
--------------
    AppleSGLX/trunk/apple_glx.c

Modified: AppleSGLX/trunk/apple_glx.c
===================================================================
--- AppleSGLX/trunk/apple_glx.c	2009-02-24 04:37:00 UTC (rev 251)
+++ AppleSGLX/trunk/apple_glx.c	2009-02-24 05:01:15 UTC (rev 252)
@@ -176,6 +176,8 @@
 	s = dlsym(libgl_handle, pname);
     }
     
+    dlclose(h);
+
     return s;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20090223/dee4d10b/attachment.html>


More information about the Xquartz-changes mailing list