ソースを参照

add missing data unregister

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

+ 1 - 0
tests/datawizard/specific_node.c

@@ -132,6 +132,7 @@ int main(void)
 	}
 
 	starpu_data_unregister(data_handle);
+	starpu_data_unregister(data_handle2);
 
 	ret = (data == ntasks) ? EXIT_SUCCESS : EXIT_FAILURE;