Evas: Filter: Don't leak keys either.

SVN revision: 58775
This commit is contained in:
Brett Nash 2011-04-21 06:01:56 +00:00
parent 52a1e85d86
commit 3bbe4023d0
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ void
evas_filter_free(Evas_Object *o)
{
if (!o->filter) return;
if (o->filter->key) free(o->filter->key);
free(o->filter);
o->filter = NULL;
}