diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-13 16:27:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-03-13 16:33:53 +0000 |
commit | 4b4856ff163c6fd31f07511fd1f5c5d9ffc57f53 (patch) | |
tree | d3dd412561459e4a8e4ebbc078a98df75637bb9d /doc/doc-txt/ChangeLog | |
parent | 65a32f85e4b922055308e24ff8b7e884c92c47db (diff) |
Mark variables unused before release of store in the queue-runner loop
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 344671add..f3f849af6 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -145,6 +145,8 @@ JH/28 Ensure that variables possibly set during message acceptance are marked dead before release of memory in the daemon loop. This stops complaints about them when the debug_store option is enabled. Discovered specifically for sender_rate_period, but applies to a whole set of variables. + Do the same for the queue-runner loop, for variables set from spool + message files. Exim version 4.90 |