Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/container


Modified Files:
        container_smart.c 


Log Message:
fixed another memleak
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/container/container_smart.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- container_smart.c   13 Jan 2004 17:30:25 -0000      1.8
+++ container_smart.c   13 Jan 2004 19:23:39 -0000      1.9
@@ -104,7 +104,10 @@
 void
 _container_del(Evas_Object *obj)
 {
+  Container *cont = evas_object_smart_data_get(obj);
+
   e_container_empty(obj);
+  free(cont);
 }
 
 void




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to