Enlightenment CVS committal

Author  : cedric
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:
Fix bug reported by CodeWarrior (it was a double free).


===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -3 -r1.96 -r1.97
--- e_eap_editor.c      7 Jun 2008 18:31:08 -0000       1.96
+++ e_eap_editor.c      18 Jul 2008 10:05:25 -0000      1.97
@@ -733,7 +733,8 @@
    E_Dialog *dia = obj;
    E_Config_Dialog_Data *cfdata = dia->data;
 
-   e_object_unref(E_OBJECT(dia));
+/* guess it should work like _e_desktop_edit_cb_icon_select_destroy */
+/*    e_object_unref(E_OBJECT(dia)); */
    _e_desktop_edit_cb_exec_select_cancel(cfdata, NULL);
 }
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to