Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_desktop


Modified Files:
        ecore_desktop_menu.c 


Log Message:

point out some more leaks

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop_menu.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- ecore_desktop_menu.c        21 Dec 2006 14:10:21 -0000      1.39
+++ ecore_desktop_menu.c        21 Dec 2006 14:42:20 -0000      1.40
@@ -158,6 +158,7 @@
             ecore_desktop_tree_foreach(menus, 0, _ecore_desktop_menu_make_apps,
                                        func);
 // FIXME: Can't free this just yet, causes major memory corruption.
+// this leaks a LOT (428,200 bytes in one valgrind run...)
 //               ecore_desktop_tree_del(menus);
          }
        free(menu_file);
@@ -246,6 +247,7 @@
 
    /* Preperation. */
    data.stack = ecore_desktop_tree_new(NULL);
+   /* FIXME data.base and data.path leak */
    data.base = ecore_file_strip_ext(ecore_file_get_file(file));
    data.path = ecore_file_get_dir(file);
    if ((level == 0) && (merge_stack == NULL))



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to