ソースを参照

Add missing unregistration

Samuel Thibault 9 年 前
コミット
fc0049658d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      examples/lu/xlu_pivot.c

+ 1 - 0
examples/lu/xlu_pivot.c

@@ -399,6 +399,7 @@ int STARPU_LU(lu_decomposition_pivot)(TYPE *matA, unsigned *ipiv, unsigned size,
 
 	/* gather all the data */
 	starpu_data_unpartition(dataA, STARPU_MAIN_RAM);
+	starpu_data_unregister(dataA);
 	free(piv_description);
 
 	return ret;