瀏覽代碼

small syntax pb in the examples

Andra Hugo 12 年之前
父節點
當前提交
9405de1952
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;