Browse Source

examples/cholesky/cholesky_grain_tag.c: unregister data

Nathalie Furmento 13 years ago
parent
commit
d26370100c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/cholesky/cholesky_grain_tag.c

+ 1 - 0
examples/cholesky/cholesky_grain_tag.c

@@ -238,6 +238,7 @@ static void cholesky_grain_rec(float *matA, unsigned size, unsigned ld, unsigned
 		/* stall the application until the end of computations */
 		starpu_tag_wait(TAG11_AUX(nblocks-1, reclevel));
 		starpu_data_unpartition(dataA, 0);
+		starpu_data_unregister(dataA);
 		return;
 	}
 	else