Browse Source

add missing task clean

Samuel Thibault 10 years ago
parent
commit
ac271735ad
1 changed files with 1 additions and 0 deletions
  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;