file_tab: fix memory leak.

This commit is contained in:
Hermet Park 2016-08-27 16:38:40 +09:00
parent 7a947c2dd9
commit c213443fb1
1 changed files with 2 additions and 0 deletions

View File

@ -251,6 +251,8 @@ file_tab_it_add(Enventor_Item *enventor_it)
evas_object_smart_callback_add(btn, "clicked", close_btn_clicked_cb, fti);
free(filename);
return EINA_TRUE;
err: