Fix N_SE-10221 : Item of "Recently used" list is long pressed and draged, lockup...
[apps/core/preloaded/taskmanager.git] / src / _genlist.c
index 74bab7a..ba13b20 100755 (executable)
@@ -625,6 +625,8 @@ _D("func\n");
 
        if(ad->applist[TS_INUSE] == NULL) {
                _D("inuse is NULL\n");
+               pthread_mutex_unlock(&mutex_for_graph_update);
+               ad->update_timer = NULL;
                return ECORE_CALLBACK_CANCEL;
        }
        ad->applist[TS_INUSE] = eina_list_nth_list(ad->applist[TS_INUSE], 0);