Cyril Roelandt hace 13 años
padre
commit
eb6d9ba8ba
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/core/declare_deps_after_submission_synchronous.c

+ 1 - 0
tests/core/declare_deps_after_submission_synchronous.c

@@ -81,6 +81,7 @@ int main(int argc, char **argv)
 		if (ret == -ENODEV) goto enodev;
 		STARPU_CHECK_RETURN_VALUE(ret, "starpu_task_submit");
 
+		starpu_task_destroy(taskB);
 		starpu_task_destroy(taskA);
 	}