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:
@@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
free(b);
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user