From: Jeremy Harris Date: Tue, 28 Feb 2017 23:15:41 +0000 (+0000) Subject: Memory Management: drop another variable ($callout_address) as it goes out of scope. X-Git-Tag: exim-4_89_RC7~2 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/287493e1516ce26f3098ff5aafe47eb5e13a4ea0 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 --- 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