diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-24 15:00:40 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-02-24 15:09:02 +0000 |
commit | b83fa5fa89071dab0637c0e58ba8e5c1b829149b (patch) | |
tree | bf494d336770360231280c8831bbe85bea762b93 /src | |
parent | 36350a2313d93d7ef06dfba9a26594a30d108683 (diff) |
Memory management: drop $acl_m_ variables explicitly as they go out-of-scope
between message receptions in an SMTP connection
Diffstat (limited to 'src')
-rw-r--r-- | src/src/daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/daemon.c b/src/src/daemon.c index d4fe7759c..ea0c22262 100644 --- a/src/src/daemon.c +++ b/src/src/daemon.c @@ -573,6 +573,7 @@ if (pid == 0) #ifndef DISABLE_DKIM dkim_cur_signer = NULL; #endif + acl_var_m = NULL; store_reset(reset_point); /* If queue_only is set or if there are too many incoming connections in |