Add missing call to MAYFREE

This commit is contained in:
Pierre-Louis Bonicoli 2018-02-19 20:07:38 +01:00
parent dbe19d9387
commit 83d7f2acbe
Signed by: pilou
GPG Key ID: ADC2651DDACD3538
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ static void hash_binary(char *hex, unsigned char **password, unsigned int *seed)
sscanf(hex + 2 * 3, "%02x", &buf);
*seed |= buf;
MAYFREE(*password);
*password = md5;
}