Browse Source

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
tags/v0.2.20^2
Andrew Martin Kroeker 8 years ago
parent
commit
99880f7906
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/zimatcopy.c

+ 1
- 1
interface/zimatcopy.c View File

@@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
}

}
free(b);
return;

}


Loading…
Cancel
Save