From: Junseok Kim Date: Fri, 28 Jul 2023 03:41:23 +0000 (+0900) Subject: e_dnd: reset e_drag_hooks delete count when hooks clean X-Git-Tag: accepted/tizen/unified/20230728.155809^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c20c3c7af1e940f863e97b87aa0344d9b34fe5af;p=platform%2Fupstream%2Fenlightenment.git e_dnd: reset e_drag_hooks delete count when hooks clean Change-Id: Ib0f163d852f7bc1e0d35fe6ec64ec773dcc2fc33 --- diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 3a38aee1c6..fa6895d6cb 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -78,6 +78,7 @@ _e_drag_hooks_clean(void) _e_drag_hooks[x] = eina_inlist_remove(_e_drag_hooks[x], EINA_INLIST_GET(hook)); free(hook); } + _e_drag_hooks_delete = 0; } static Eina_Bool