Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
null check
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        28 Feb 2005 00:03:46 -0000      1.3
+++ e_mod_main.c        28 Feb 2005 09:14:49 -0000      1.4
@@ -289,7 +289,8 @@
 
    while (e->bars)
      _engage_bar_free(e->bars->data);
-   e_object_unref(E_OBJECT(e->apps));
+   if (e->apps)
+     e_object_unref(E_OBJECT(e->apps));
 
    E_FREE(e->conf->appdir);
    e_app_change_callback_del(_engage_app_change, e);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to