From 1f37d8121a3dfc2f039b859835c4ec22e77f01c9 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Mon, 30 Jan 2023 11:16:01 +0800 Subject: NJS: adding the missing vm destruction. This commit fixed the njs memory leak happened in the config validation, updating and http requests. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index a34a24e3..fe7b9fe2 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -25,6 +25,12 @@ NGINX Unit updated to 1.29.1. + + +memory leak related to NJS. + + + -- cgit