Morten Nilsen wrote:
Index: ecore_ipc.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.23
diff -u -r1.23 ecore_ipc.c
--- ecore_ipc.c 23 Sep 2005 06:28:05 -0000 1.23
+++ ecore_ipc.c 2 Jan 2006 04:26:50 -0000
@@ -429,9 +444,10 @@
}
ECORE_MAGIC_SET(svr, ECORE_MAGIC_NONE);
data = svr->data;
- while (svr->clients) ecore_ipc_client_del((Ecore_Ipc_Client *)svr->clients);
+ ecore_list_destroy(svr->clients);
make that if(svr->clients) ecore_list_destroy(svr->clients);
+
ecore_con_server_del(svr->server);
- servers = _ecore_list2_remove(servers, svr);
+
if (svr->buf) free(svr->buf);
free(svr);
return data;
Cheers,
--
Morten
:wq
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel