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
This commit is contained in:
parent
cd135e2b59
commit
99880f7906
|
@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
free(b);
|
||||||
return;
|
return;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue