Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/src


Modified Files:
        zoom.c 


Log Message:
oops. forgot to implement the clean up...

===================================================================
RCS file: /cvs/e/e17/apps/elicit/src/zoom.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- zoom.c      11 Jul 2006 05:23:00 -0000      1.1
+++ zoom.c      14 Jul 2006 18:33:19 -0000      1.2
@@ -192,6 +192,12 @@
   Elicit_Zoom *z;
 
   z = evas_object_smart_data_get(o);
+
+  if (z->shot) evas_object_del(z->shot);
+  if (z->grid) evas_object_del(z->grid);
+
+  free(z);
+  evas_object_smart_data_set(o, NULL);
 }
 
 static void




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