From 49855f0856a0f6f9fed80af88faddf38f3e74eef Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 25 Jul 2000 22:46:18 +0000 Subject: [PATCH] 350. [bug] Also-notify lists specified in the global options block were not correctly reference counted, causing a memory leak. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 1606617c87..e280bf902e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ + 350. [bug] Also-notify lists specified in the global options + block were not correctly reference counted, causing + a memory leak. + 349. [func] Processing a query with the CD bit set now works as expected.