From 24590137784c57a275eabd651b2a41b3027506e6 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 3 Jul 2020 19:40:24 +0200 Subject: [PATCH] [#996] Fixed previous entry grammar --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbaf959df6..ee472d7e72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ Changed the way hook libraries are unloaded. Now unload is done in two phases: the first phase calls unload() entry points and removes callouts, the second phase unmaps hook library memory - spaces. This should lead to fewer problems including less crashes + spaces. This should lead to fewer problems including fewer crashes at exit time. On the other hand, incorrect libraries can stay in memory until exit and prevent any (re)load. (Gitlab #1282) -- 2.47.2