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:
Andrew 2017-03-16 13:13:31 +01:00 committed by Martin Kroeker
parent cd135e2b59
commit 99880f7906
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
}
}
free(b);
return;
}