Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/ibar


Modified Files:
        e_mod_main.c 


Log Message:
null check
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_main.c        24 Feb 2005 10:23:30 -0000      1.14
+++ e_mod_main.c        28 Feb 2005 09:15:59 -0000      1.15
@@ -305,7 +305,8 @@
 
    while (ib->bars)
      _ibar_bar_free(ib->bars->data);
-   e_object_unref(E_OBJECT(ib->apps));
+   if (ib->apps)
+     e_object_unref(E_OBJECT(ib->apps));
 
    E_FREE(ib->conf->appdir);
    e_app_change_callback_del(_ibar_app_change, ib);




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