clouseau: Fixed mem leak in libclouseau.c

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 71071
This commit is contained in:
Aharon Hillel 2012-05-14 14:41:35 +00:00 committed by Tom Hacohen
parent 6f214fed2b
commit 71d7d7dfff
1 changed files with 3 additions and 0 deletions

View File

@ -86,8 +86,11 @@ _load_list(void)
{
libclouseau_item_add(obj, treeit);
}
eina_list_free(objs);
}
eina_list_free(ees);
return tree; /* User has to call item_tree_free() */
}