[FIX] Fix HTTP leakage

This commit is contained in:
LDA 2024-06-27 16:45:32 +02:00
parent dd99759e39
commit b284fb607a
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ HttpParseHeaders(Stream * fp)
strncpy(headerValue, headerPtr, len);
HashMapSet(headers, headerKey, headerValue);
Free(HashMapSet(headers, headerKey, headerValue));
Free(headerKey);
}