소스 검색

Remove double free() of "mat".

It is freed in cholesky().
Cyril Roelandt 13 년 전
부모
커밋
5a9ca105f6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }