Pārlūkot izejas kodu

src/datawizard/filters.c: subdata created by partitioning should not be free-ed as they might be used later on

Nathalie Furmento 14 gadi atpakaļ
vecāks
revīzija
1d0a1fb10d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/datawizard/filters.c

+ 1 - 1
src/datawizard/filters.c

@@ -315,7 +315,7 @@ void starpu_data_unpartition(starpu_data_handle root_handle, uint32_t gathering_
 	}
 
 	/* there is no child anymore */
-	free(root_handle->children);
+	//free(root_handle->children);
 	root_handle->nchildren = 0;
 
 	/* now the parent may be used again so we release the lock */