Memory Management: drop another variable ($callout_address) as it goes out of scope.
[exim.git] / src / src / daemon.c
index e9ecbe7d6e1106a096ef3e3be416a38708593d12..d7f57923542954bd336540c2145334f414cdf654 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