fix only unlikely memleak in zimatcopy interface

This commit is contained in:
Andrew 2017-03-16 10:11:57 +01:00
parent 194e92fc8b
commit a4843f1e7d
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)
free(b);
return;
}