Explorar el Código

add missing task clean

Samuel Thibault hace 10 años
padre
commit
ac271735ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/main/regenerate_pipeline.c

+ 1 - 0
tests/main/regenerate_pipeline.c

@@ -155,6 +155,7 @@ int main(int argc, char **argv)
 	/* Cleanup the statically allocated tasks after shutdown, as StarPU is still working on it after the callback */
 	starpu_task_clean(&taskA);
 	starpu_task_clean(&taskB);
+	starpu_task_clean(&taskC);
 
 	return EXIT_SUCCESS;