You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openresty/patches/nginx-1.13.6-test_config_de...

14 lines
331 B
C

diff --git a/src/core/nginx.c b/src/core/nginx.c
index abaa50d6..6369264e 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -314,6 +314,8 @@ main(int argc, char *const *argv)
}
}
+ /* just to make it ASAN or Valgrind clean */
+ ngx_destroy_pool(cycle->pool);
return 0;
}