* edje: Free the Edje_Real_Part_Drag.

SVN revision: 41686
This commit is contained in:
Cedric BAIL 2009-08-11 13:07:46 +00:00
parent d16bbd3953
commit b69abd204f
1 changed files with 2 additions and 0 deletions

View File

@ -849,6 +849,8 @@ _edje_file_del(Edje *ed)
if (rp->custom.description)
_edje_collection_free_part_description_free(rp->custom.description, ed->file->free_strings);
free(rp->drag);
_edje_unref(rp->edje);
free(rp);
}