[prev in list] [next in list] [prev in thread] [next in thread] 

List:       enlightenment-svn
Subject:    E CVS: apps/e sebastid
From:       enlightenment-cvs () lists ! sourceforge ! net
Date:       2005-09-29 14:11:04
Message-ID: E1EKz7o-0002tH-H6 () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
	e_module.c 


Log Message:
Set functions to null since we close the handle

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e_module.c	24 Sep 2005 13:42:05 -0000	1.39
+++ e_module.c	29 Sep 2005 14:11:03 -0000	1.40
@@ -158,7 +158,12 @@
 	snprintf(title, sizeof(title), _("Enlightenment %s Module"), _(m->api->name));
 
 	_e_module_dialog_disable_show(title, body, m);
-
+	m->api = NULL;
+	m->func.init = NULL;
+	m->func.shutdown = NULL;
+	m->func.save = NULL;
+	m->func.info = NULL;
+	m->func.about = NULL;
 	dlclose(m->handle);
 	m->handle = NULL;
 	m->error = 1;




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic