httpc: fix memory leak
The calloc() in parse_headers() leads to lost of 32 bytes on each http_client request. The problem was introduced in 1.9.1-38-g3d121dd4a. Found with ASAN.
Loading
Please register or sign in to comment
The calloc() in parse_headers() leads to lost of 32 bytes on each http_client request. The problem was introduced in 1.9.1-38-g3d121dd4a. Found with ASAN.