put this back so the list doesn't leak

SVN revision: 75768
This commit is contained in:
Mike Blumenkrantz 2012-08-28 09:04:29 +00:00
parent 916fd8e183
commit ccad002a7b
1 changed files with 1 additions and 0 deletions

View File

@ -8456,6 +8456,7 @@ _e_fm2_icon_menu(E_Fm2_Icon *ic, Evas_Object *obj, unsigned int timestamp)
{
_e_fm2_icon_realpath(ic, buf, sizeof(buf));
_e_fm2_context_menu_append(obj, buf, l, mn, ic); // frees l
eina_list_free(l);
}
}