Respond to CR.

This commit is contained in:
Matthew Chen 2018-09-19 15:09:11 -04:00
parent e4efb719c8
commit bdfd99737a
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ int curve25519_verify(const unsigned char* signature,
}
if ((verifybuf2 = malloc(msg_len + 64)) == 0) {
free(verifybuf);
result = -1;
goto err;
}