Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Leffmann authored Jul 2, 2016
1 parent 69f4295 commit 9859882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sha256.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int main(int nargs, const char** args) {

struct AnchorPath* ap = AllocVec(sizeof (struct AnchorPath)+500, MEMF_ANY|MEMF_CLEAR);
if (!ap) {
free(buffer);
FreeVec(buffer);
return RETURN_ERROR;
}

Expand Down

0 comments on commit 9859882

Please sign in to comment.