Free nonces on completion [CID-104]

This commit is contained in:
Love Hornquist Astrand
2009-07-30 10:44:18 +02:00
parent c63b6a3368
commit 403085fdb8

View File

@@ -403,7 +403,9 @@ digest_client_request(struct digest_client_request_options *opt,
opt->username_string,
opt->password_string);
}
if (client_nonce)
free(client_nonce);
free(server_nonce);
return 0;
}