raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d2b860702e5a635f14786661d88fded4205da367

commit d2b860702e5a635f14786661d88fded4205da367
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Nov 11 00:31:39 2020 +0000

    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
---
 src/bin/e_fm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c
index b62b6399a..0c40b917b 100644
--- a/src/bin/e_fm.c
+++ b/src/bin/e_fm.c
@@ -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();
 }

-- 


Reply via email to