Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        x.c 


Log Message:
Fix mem leak.

===================================================================
RCS file: /cvs/e/e16/e/src/x.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -3 -r1.135 -r1.136
--- x.c 11 May 2006 21:11:07 -0000      1.135
+++ x.c 12 May 2006 12:01:41 -0000      1.136
@@ -608,7 +608,7 @@
 void
 EDestroyWin(Win win)
 {
-   Efree(win);
+   EXidDestroy(win);
 }
 
 Win




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to