mirror of
https://github.com/nghttp2/nghttp2.git
synced 2026-06-21 10:39:17 +08:00
808271a5a977850cfb8b6a2d324f2f57851ba23d
This change avoids free(3) from stdlib in favor of nghttp2_mem_free() for freeing a buffer in an error path. The buffer is allocated with nghttp2_mem_malloc().
See README.rst
Languages
C++
52.6%
C
37.2%
Go
4.4%
M4
1.7%
Python
1.6%
Other
2.5%