summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-19 11:16:15 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-19 11:16:15 +0000
commit57c0890f22c514395458ee87883ac47ce99ae100 (patch)
tree148d9bcf24ca73dbd15dd230a9eeb57adcf6d004 /CHANGES
parent1f1386f286001ed636f0cafcaf37427eca2072ec (diff)
downloadapr-57c0890f22c514395458ee87883ac47ce99ae100.tar.gz
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
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