Enlightenment CVS committal
Author : tsauerbeck
Project : e17
Module : apps/examine
Dir : e17/apps/examine/src
Modified Files:
ecore_config_client.c
Log Message:
after opendir(), call closedir(), too
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/ecore_config_client.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore_config_client.c 3 Mar 2004 23:51:29 -0000 1.3
+++ ecore_config_client.c 15 Mar 2004 20:54:06 -0000 1.4
@@ -165,6 +165,8 @@
} /* is not dir */
} /* while dir */
+ closedir(dir);
+
if (connected) {
ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_ADD,
@@ -176,7 +178,7 @@
return ECORE_CONFIG_ERR_SUCC;
}
- } /* openfir */
+ } /* opendir */
} else { /* if we cannot access the home variable */
if ((tmp_sock =
ecore_ipc_server_connect(ECORE_IPC_LOCAL_USER, pipe_name, 0, NULL))) {
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs