fix only unlikely memleak in zimatcopy interface
This commit is contained in:
parent
194e92fc8b
commit
a4843f1e7d
|
@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
|
|||
}
|
||||
|
||||
}
|
||||
free(b)
|
||||
free(b);
|
||||
return;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue