From 57c0890f22c514395458ee87883ac47ce99ae100 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sun, 19 Jun 2022 11:16:15 +0000 Subject: win32: Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov] * CHANGES: Add changelog entry. * misc/win32/apr_app.c (wmain): Do not free _wenviron -- MSVCRT automatically free 'initial' environment block on exit. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902059 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6547300bf..332d60327 100644 --- a/CHANGES +++ b/CHANGES @@ -264,6 +264,8 @@ Changes for APR 2.0.0 *) Fix attempt to free invalid memory on exit when apr_app is used on Windows. [Ivan Zhakov] + *) Fix double free on exit when apr_app is used on Windows. [Ivan Zhakov] + Changes for APR and APR-util 1.7.x and later: *) http://svn.apache.org/viewvc/apr/apr/branches/1.7.x/CHANGES?view=markup -- cgit v1.2.1