ethumb: Invalid access upon ethumb_free

The sub-ecore_evas is automatically deleted by ecore_evas_object_image
object when it is deleted, so we were double-freeing it.

By: Brian Wang <brian.wang.0721@gmail.com>


SVN revision: 50265
This commit is contained in:
Gustavo Sverzut Barbieri 2010-07-15 12:45:52 +00:00
parent 8351950dee
commit 5882201502
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ ethumb_free(Ethumb *ethumb)
ethumb_file_free(ethumb);
evas_object_del(ethumb->o);
ecore_evas_free(ethumb->ee);
ecore_evas_free(ethumb->sub_ee);
eina_stringshare_del(ethumb->thumb_dir);
eina_stringshare_del(ethumb->category);
if (ethumb->finished_idler)