Fix HTTP header leakage #39
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:fix-duplicate-leak"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parsing the same header twice caused a memory leakage of the previous value. This should fix that.
Good catch.