Sfoglia il codice sorgente

small syntax pb in the examples

Andra Hugo 12 anni fa
parent
commit
9405de1952
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
 
 	starpu_helper_cublas_shutdown();
-	starpu_free(mat);
 	starpu_shutdown();
 
 	return ret;