浏览代码

add missing task clean

Samuel Thibault 10 年之前
父节点
当前提交
ac271735ad
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;