Skip to content

Commit 99880f7

Browse files
brada4martin-frbg
authored andcommitted
Address unlikely memleak in zimatcopy interface (#1129)
* fix unlikely memleak in zimatcopy interface * fix only unlikely memleak in zimatcopy interface * fix only unlikely memleak in zimatcopy interface
1 parent cd135e2 commit 99880f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/zimatcopy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
251251
}
252252

253253
}
254-
254+
free(b);
255255
return;
256256

257257
}

0 commit comments

Comments
 (0)