Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore
Modified Files:
ecore_signal.c
Log Message:
norti norti. very norti.
dont free list nodes and then proceed to use the list->next member of a freed
list node! :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore/ecore_signal.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ecore_signal.c 9 May 2004 08:06:17 -0000 1.10
+++ ecore_signal.c 29 Sep 2004 10:23:55 -0000 1.11
@@ -169,10 +169,10 @@
}
e->pid = pid;
e->exe = _ecore_exe_find(pid);
-
- if (sigchld_info.si_signo)
- e->data = sigchld_info;
-
+
+ if (sigchld_info.si_signo)
+ e->data = sigchld_info;
+
_ecore_event_add(ECORE_EVENT_EXE_EXIT, e,
_ecore_event_exe_exit_free, NULL);
}
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs