Explorar o código

Remove double free() of "mat".

It is freed in cholesky().
Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
5a9ca105f6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      examples/cholesky/cholesky_tag.c

+ 0 - 1
examples/cholesky/cholesky_tag.c

@@ -401,6 +401,5 @@ int main(int argc, char **argv)
 	free(test_mat);
 #endif
 
-	free(mat);
 	return 0;
 }