Samuel Thibault 13 年 前
コミット
b8a6b8b529
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      tests/datawizard/interfaces/test_interfaces.c

+ 1 - 0
tests/datawizard/interfaces/test_interfaces.c

@@ -558,6 +558,7 @@ ram_to_ram(void)
 	if (err != 0)
 	{
 		err = TASK_SUBMISSION_FAILURE;
+		starpu_task_destroy(task);
 		goto out;
 	}