commit | 9c8c4fa3a25d8489955d3e98b46238109e0fed12 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 30 17:14:55 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Oct 08 15:45:57 2021 +0200 |
tree | 006340dc74a0611d302ac4cdaaed45ed248984fe | |
parent | 3a590c7ff28d840bdffd5faeddf1f799bd392445 [diff] |
MINOR: qpack: fix memory leak on huffman decoding Remove an unneeded strdup invocation during QPACK huffman decoding. A temporary storage buffer is passed by the function and exists after decoding so no need to duplicate memory here.