efl/ecore_evas_extn: don't leak bdata.

PS: I cannot backport this to 1.7.x, could someone do this for me?



SVN revision: 81305
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-18 20:59:44 +00:00
parent 57da05d406
commit 412c269b1c
1 changed files with 1 additions and 0 deletions

View File

@ -699,6 +699,7 @@ _ecore_evas_extn_free(Ecore_Evas *ee)
ee2->sub_ecore_evas = eina_list_remove(ee2->sub_ecore_evas, ee);
}
}
free(bdata);
extn_ee_list = eina_list_remove(extn_ee_list, ee);
}