Commit 770f7ebd authored by Antoine Cellerier's avatar Antoine Cellerier

Fix tiny 9 byte memleak per Authentication-Info header check if the nonce...

Fix tiny 9 byte memleak per Authentication-Info header check if the nonce count option was specified.
parent 8c75ed5d
......@@ -1870,6 +1870,7 @@ static int AuthCheckReply( access_t *p_access, const char *psz_header,
free( psz_qop );
free( psz_rspauth );
free( psz_cnonce );
free( psz_nc );
return i_ret;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment