fix missing command in batch!

This commit is contained in:
Carsten Haitzler 2023-11-06 11:03:19 +00:00
parent d9b57e9045
commit 33b9b7c906
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ _process(Smart_Data_Thread *std, Ecore_Thread *th, Eina_List *batch)
}
else
{
batch_tmp = eina_list_append(batch_tmp, c);
batch_new = eina_list_merge(batch_new, batch_tmp);
batch_tmp = NULL;
}