Enlightenment CVS committal
Author : sebastid
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_eap_editor.c
Log Message:
delete objects with e_object_del
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_eap_editor.c 3 Sep 2006 15:11:04 -0000 1.51
+++ e_eap_editor.c 6 Sep 2006 08:22:57 -0000 1.52
@@ -58,11 +58,11 @@
if (!con) return;
editor = E_OBJECT_ALLOC(E_App_Edit, E_EAP_EDIT_TYPE, _e_eap_edit_free);
- if (!editor) return NULL;;
+ if (!editor) return NULL;
v = E_NEW(E_Config_Dialog_View, 1);
if (!v)
{
- free(editor);
+ e_object_del(E_OBJECT(editor));
return NULL;
}
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs