e/e_border - Fix memory leak

Dear all.

I found that there is code to occur memory leak in e_border.c and I fixed it.
Please review this patch.

Thanks.

Doyoun Kang

Singed-Off-By:Doyoun Kang<doyoun.kang@samsung.com>



SVN revision: 78910
This commit is contained in:
ChunEon Park 2012-11-05 07:51:07 +00:00
parent f03c7fb898
commit b71fad439d
1 changed files with 1 additions and 0 deletions

View File

@ -1776,6 +1776,7 @@ e_border_layer_set(E_Border *bd,
{
e_border_layer_set(child, layer);
}
eina_list_free(list);
}
e_border_raise(bd);
if (layer == E_LAYER_BELOW)