Address unlikely memleak in zimatcopy interface (#1129)
[platform/upstream/openblas.git] / interface / zimatcopy.c
index b1e1d15..0bb0e4e 100644 (file)
@@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
                }
 
        }
-
+       free(b);
        return;
 
 }