Turns out these where not sane after all.

SVN revision: 26158
This commit is contained in:
David Walter Seikel 2006-09-26 10:13:52 +00:00
parent 8459b8a67f
commit 2e8f693c6f
1 changed files with 2 additions and 2 deletions

View File

@ -312,11 +312,11 @@ _ecore_desktop_menu_get0(char *file, Ecore_Desktop_Tree * merge_stack,
{
E_FN_DEL(ecore_desktop_tree_del, (merge_stack));
}
}
E_FREE(data.path);
E_FREE(data.base);
E_FN_DEL(ecore_desktop_tree_del, (data.stack));
}
return menu_xml;
}