mirror of
https://github.com/nghttp2/nghttp2.git
synced 2026-03-24 23:16:15 +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++
51.6%
C
38.2%
Go
4.2%
Python
1.8%
M4
1.7%
Other
2.5%