Skip to content

Commit

Permalink
e_fm DND unload loop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaiter committed Aug 24, 2022
1 parent 17d2b1b commit 28bc1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/e_fm.c
Original file line number Diff line number Diff line change
Expand Up @@ -8552,6 +8552,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();
}
Expand Down

1 comment on commit 28bc1ba

@rbtylee
Copy link
Collaborator

@rbtylee rbtylee commented on 28bc1ba Aug 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.