]> git.kaiwu.me - njs.git/commit
Improved njs_mp_free() to aling with free() semantics.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 8 Sep 2022 17:03:25 +0000 (10:03 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 8 Sep 2022 17:03:25 +0000 (10:03 -0700)
commit9ced55dd5642060f23b66816a3441a3e9ad5a3ed
tree5db5596ebf3321ad73f02340e04d8dcee5483c65
parent4ae2f2b86d8a296e9e2c98da9d51bf8c2e38f8ef
Improved njs_mp_free() to aling with free() semantics.

Previously, njs_mp_free() issued an assertion when p == NULL, while NULL
argument is explicitly allowed for free().
src/njs_mp.c