summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-02-28 23:15:41 +0000
committerPhil Pennock <pdp@exim.org>2017-02-28 21:52:45 -0500
commit287493e1516ce26f3098ff5aafe47eb5e13a4ea0 (patch)
tree1a3534421157e467162245dbc07086274a39fbc5
parentb015846a1693658602fe71deefc1ce3307fc26fe (diff)
downloadexim4-287493e1516ce26f3098ff5aafe47eb5e13a4ea0.tar.gz
Memory Management: drop another variable ($callout_address) as it goes out of scope.
[committer note: dropped extra whitespace changes] (cherry picked from commit 8c0d5ae8fdf1c1fed2ada225e345e72884774042) Signed-off-by: Phil Pennock <pdp@exim.org>
-rw-r--r--src/src/daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/daemon.c b/src/src/daemon.c
index ea0c22262..2935d0aa7 100644
--- a/src/src/daemon.c
+++ b/src/src/daemon.c
@@ -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