e_dnd: reset e_drag_hooks delete count when hooks clean 54/296454/1 accepted/tizen/unified/20230728.155809
authorJunseok Kim <juns.kim@samsung.com>
Fri, 28 Jul 2023 03:41:23 +0000 (12:41 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 28 Jul 2023 04:39:42 +0000 (13:39 +0900)
Change-Id: Ib0f163d852f7bc1e0d35fe6ec64ec773dcc2fc33

src/bin/e_dnd.c

index 3a38aee..fa6895d 100644 (file)
@@ -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