YCMatrix icon indicating copy to clipboard operation
YCMatrix copied to clipboard

+ (instancetype)identityOfRows; leaks memory

Open ashayk opened this issue 7 years ago • 0 comments

The array contents are allocated: double new_m = calloc(mn, sizeof(double)); Then copied into the matrix, but the originals are never freed.

ashayk avatar Mar 30 '18 15:03 ashayk