Compare commits
2 commits
61b5430efe
...
c3646294f5
Author | SHA1 | Date | |
---|---|---|---|
c3646294f5 | |||
|
b284fb607a |
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ HttpParseHeaders(Stream * fp)
|
|||
|
||||
strncpy(headerValue, headerPtr, len);
|
||||
|
||||
HashMapSet(headers, headerKey, headerValue);
|
||||
Free(HashMapSet(headers, headerKey, headerValue));
|
||||
Free(headerKey);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue