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