summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-08-08 19:11:31 +0200
committerBruno Haible <bruno@clisp.org>2021-08-08 19:11:31 +0200
commit51dd05503668d47c0f5b37a9b481d4e3d7463586 (patch)
tree000b10ca6c549d7511646055708a6b952b556d2a /ChangeLog
parent1cb09be022ba08d3794fbff6e0e49816c9a4056e (diff)
downloadgnulib-51dd05503668d47c0f5b37a9b481d4e3d7463586.tar.gz
relocatable-lib-lgpl: Fix a memory leak related to a Windows DLL.
Reported by Jonathan Boeing <jonathan@claws-mail.org> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-08/msg00048.html>. * lib/relocatable.c (DllMain): Avoid memory leak in a special case of repeated attach/detach.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd21a946c0..dba60b9191 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2021-08-08 Bruno Haible <bruno@clisp.org>
+ relocatable-lib-lgpl: Fix a memory leak related to a Windows DLL.
+ Reported by Jonathan Boeing <jonathan@claws-mail.org> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-08/msg00048.html>.
+ * lib/relocatable.c (DllMain): Avoid memory leak in a special case
+ of repeated attach/detach.
+
+2021-08-08 Bruno Haible <bruno@clisp.org>
+
fopen: Fix link error on native Windows.
* modules/fopen (Depends-on): Add close.