Index: evas_module.c
===================================================================
RCS file: /var/cvs/e/e17/libs/evas/src/lib/file/evas_module.c,v
retrieving revision 1.20
diff -u -r1.20 evas_module.c
--- evas_module.c       18 Sep 2006 09:47:34 -0000      1.20
+++ evas_module.c       3 Feb 2007 02:47:22 -0000
@@ -257,7 +257,9 @@
        
        err = dlerror();
        printf("[evas module] error loading the module %s. %s\n", buf, err);
-       dlclose(handle);
+       if (handle) {
+               dlclose(handle);
+       }
        em->handle = NULL;
        em->func.open = NULL;
        em->func.close = NULL;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to