evas: let's not leak temporary list left over.

This commit is contained in:
Cedric Bail 2013-08-01 19:39:58 +09:00
parent 2fa49e0da0
commit 9104fe7322
1 changed files with 2 additions and 0 deletions

View File

@ -4717,6 +4717,8 @@ _format_changes_invalidate_text_nodes(Ctxt *c)
start_n = _NODE_TEXT(EINA_INLIST_GET(start_n)->next);
}
}
eina_list_free(fstack);
}