Преглед на файлове

src/datawizard/interfaces/data_interface.c: clean req_list and reduction_req_list

Nathalie Furmento преди 4 години
родител
ревизия
7fbe9fb89b
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/datawizard/interfaces/data_interface.c

+ 3 - 0
src/datawizard/interfaces/data_interface.c

@@ -1070,6 +1070,9 @@ retry_busy:
 	STARPU_HG_ENABLE_CHECKING(handle->post_sync_tasks_cnt);
 	STARPU_HG_ENABLE_CHECKING(handle->busy_count);
 
+	_starpu_data_requester_prio_list_deinit(&handle->req_list);
+	_starpu_data_requester_prio_list_deinit(&handle->reduction_req_list);
+
 	if (handle->switch_cl)
 	{
 		free(handle->switch_cl->dyn_nodes);