From: Francis Dupont Date: Tue, 30 Jun 2020 16:02:25 +0000 (+0200) Subject: [#1282] Fixed ChangeLog entry (3) X-Git-Tag: Kea-1.7.10~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7986243c2eca592fa878ca3d6742cb444325ef;p=thirdparty%2Fkea.git [#1282] Fixed ChangeLog entry (3) --- diff --git a/ChangeLog b/ChangeLog index 6d05b81001..a0f306d549 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 1763. [bug] fdupont Changed the way hook libraries are unloaded. Now unload is done in two phases: the first phase calls unload() entry points and - removed callouts, the second phase unmaps hook library memory + removes callouts, the second phase unmaps hook library memory spaces. This should lead to less problems including less crashes at exit time. On the other hand, incorrect libraries can stay in memory until exit and prevent any (re)load.