efm - delete scroll animator when efm view is deleted

i think this was not being deleted... on free of sd view. this should
fix that...

@fix
This commit is contained in:
Carsten Haitzler 2020-11-11 00:31:39 +00:00
parent e8ca66527a
commit d2b860702e
1 changed files with 2 additions and 0 deletions

View File

@ -8701,6 +8701,8 @@ _e_fm2_smart_del(Evas_Object *obj)
_e_fm2_list_remove = eina_list_append(_e_fm2_list_remove, sd->obj);
if (sd->desktop) efreet_desktop_free(sd->desktop);
sd->desktop = NULL;
if (sd->dnd_scroller) ecore_animator_del(sd->dnd_scroller);
sd->dnd_scroller = NULL;
free(sd);
e_fm2_custom_file_flush();
}