Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ewins.c 


Log Message:
Oops - fix.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ewins.c     17 Apr 2005 21:58:32 -0000      1.41
+++ ewins.c     17 Apr 2005 22:26:44 -0000      1.42
@@ -158,8 +158,6 @@
 EwinCleanup(EWin * ewin)
 {
    EwinBorderDetach(ewin);
-   EobjListFocusDel(&ewin->o);
-   EobjFini(&ewin->o);
 }
 
 static void
@@ -203,6 +201,8 @@
       Efree(lst);
 
    EwinCleanup(ewin);
+   EobjListFocusDel(&ewin->o);
+   EobjFini(&ewin->o);
 
    if (ewin->icccm.wm_name)
       Efree(ewin->icccm.wm_name);




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