mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-22 06:13:55 -07:00
fix freeM
This commit is contained in:
parent
a218726dbc
commit
eaa8f297d8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ int32_t start_http(int32_t s, char *ip, int32_t port, unsigned char options, cha
|
||||||
fooptr = buffer2;
|
fooptr = buffer2;
|
||||||
result = sasl_digest_md5(fooptr, login, pass, buffer, miscptr, type, webtarget, webport, header);
|
result = sasl_digest_md5(fooptr, login, pass, buffer, miscptr, type, webtarget, webport, header);
|
||||||
if (result == NULL) {
|
if (result == NULL) {
|
||||||
frefreeM(buffer);
|
freeM(buffer);
|
||||||
freeM(header);
|
freeM(header);
|
||||||
return 3;
|
return 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue