Skip to content

Commit

Permalink
Address unlikely memleak in zimatcopy interface (#1129)
Browse files Browse the repository at this point in the history
* fix unlikely memleak in zimatcopy interface

* fix only unlikely memleak in zimatcopy interface

* fix only unlikely memleak in zimatcopy interface
  • Loading branch information
brada4 authored and martin-frbg committed Mar 16, 2017
1 parent cd135e2 commit 99880f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/zimatcopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ void CNAME( enum CBLAS_ORDER CORDER, enum CBLAS_TRANSPOSE CTRANS, blasint crows,
}

}

free(b);
return;

}
Expand Down

0 comments on commit 99880f7

Please sign in to comment.