Browse Source

small syntax pb in the examples

Andra Hugo 12 years ago
parent
commit
9405de1952
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/cholesky/cholesky_implicit.c

+ 0 - 1
examples/cholesky/cholesky_implicit.c

@@ -352,7 +352,6 @@ int main(int argc, char **argv)
 		execute_cholesky(size, nblocks);
 		execute_cholesky(size, nblocks);
 
 
 	starpu_helper_cublas_shutdown();
 	starpu_helper_cublas_shutdown();
-	starpu_free(mat);
 	starpu_shutdown();
 	starpu_shutdown();
 
 
 	return ret;
 	return ret;