Memory Management: drop another variable ($callout_address) as it goes out of scope.
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 28 Feb 2017 23:15:41 +0000 (23:15 +0000)
committerPhil Pennock <pdp@exim.org>
Wed, 1 Mar 2017 02:52:45 +0000 (21:52 -0500)
[committer note: dropped extra whitespace changes]

(cherry picked from commit 8c0d5ae8fdf1c1fed2ada225e345e72884774042)
Signed-off-by: Phil Pennock <pdp@exim.org>
src/src/daemon.c

index ea0c2226259f062a5778c9441275fcde70aea82e..2935d0aa789afbddbafbb012a58ef9c0d0b33c8e 100644 (file)
@@ -570,6 +570,7 @@ if (pid == 0)
     deliver_host_address = deliver_host =
     deliver_domain_orig = deliver_localpart_orig = NULL;
     dnslist_domain = dnslist_matched = NULL;
+    callout_address = NULL;
 #ifndef DISABLE_DKIM
     dkim_cur_signer = NULL;
 #endif