Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_ipc_handlers.h 


Log Message:
Don't free mem, we need to wait until the event is processed.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- e_ipc_handlers.h    28 Sep 2005 18:57:56 -0000      1.89
+++ e_ipc_handlers.h    28 Sep 2005 19:46:58 -0000      1.90
@@ -948,12 +948,14 @@
         count++;
       }
       END_RESPONSE(r, E_RESPONSE_MODULE_LIST);
+#if 0
       if (r->count)
        {
           for (count = 0; count < r->count; count++)
             free(r->modules[count]);
           free(r->modules);
        }
+#endif
    }
    END_GENERIC();
 #endif
@@ -1491,7 +1493,9 @@
       else if (!strcmp(type, "backgrounds"))
        res = E_RESPONSE_BACKGROUND_DIRS_LIST;
       END_RESPONSE(r, res);
+#if 0
       if (r->dirs) free(r->dirs);
+#endif
    }
    END_GENERIC();
 #endif




-------------------------------------------------------
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

Reply via email to