Expand object genlist hierarchically - by obj parent

This commit is contained in:
Avi Levin 2015-11-03 14:25:20 +02:00
parent 937b22b0e1
commit 0e46a2e7f3
1 changed files with 2 additions and 0 deletions

View File

@ -393,6 +393,8 @@ elm_main(int argc, char **argv)
elm_run();
error:
if(_objs_info_tree)
_objs_nodes_free(_objs_info_tree);
eina_debug_session_free(_session);
eina_shutdown();