Explorar el Código

Remove double free() of "mat".

It is freed in cholesky().
Cyril Roelandt hace 13 años
padre
commit
5a9ca105f6
Se han modificado 1 ficheros con 0 adiciones y 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;
 }