NJS: adding the missing vm destruction.

This commit fixed the njs memory leak happened in the config validation, updating and http requests.
This commit is contained in:
Zhidao HONG
2023-01-30 11:16:01 +08:00
parent b2d1915578
commit 1f37d8121a
8 changed files with 69 additions and 4 deletions

View File

@@ -25,6 +25,12 @@ NGINX Unit updated to 1.29.1.
</para>
</change>
<change type="bugfix">
<para>
memory leak related to NJS.
</para>
</change>
</changes>