Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        container_plugin.c 


Log Message:
call lt_dlexit(), too
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_plugin.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- container_plugin.c  13 Jan 2004 19:26:41 -0000      1.4
+++ container_plugin.c  13 Jan 2004 20:33:51 -0000      1.5
@@ -112,6 +112,8 @@
     lt_dlclose(p->handle);
 
   free(p);
+
+  lt_dlexit();
 }
 
 /* returns 0 on error, nonzero if ok */




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to