From 287493e1516ce26f3098ff5aafe47eb5e13a4ea0 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 28 Feb 2017 23:15:41 +0000 Subject: [PATCH] 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 --- src/src/daemon.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2