From: Wietse Venema Date: Sat, 22 Jul 2006 05:00:00 +0000 (-0500) Subject: postfix-2.4-20060722 X-Git-Tag: v2.4.0-RC1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c66a730d445dac52773001225e0ddb73a9e3377;p=thirdparty%2Fpostfix.git postfix-2.4-20060722 --- diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 083656c3f..b1f57e022 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -20,7 +20,7 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20060721" +#define MAIL_RELEASE_DATE "20060722" #define MAIL_VERSION_NUMBER "2.4" #ifdef SNAPSHOT diff --git a/postfix/src/smtpd/smtpd_state.c b/postfix/src/smtpd/smtpd_state.c index 64aa5a72e..1f8092dbf 100644 --- a/postfix/src/smtpd/smtpd_state.c +++ b/postfix/src/smtpd/smtpd_state.c @@ -213,6 +213,8 @@ void smtpd_state_reset(SMTPD_STATE *state) vstring_free(state->instance); if (state->dsn_buf) vstring_free(state->dsn_buf); + if (state->dsn_orcpt_buf) + vstring_free(state->dsn_orcpt_buf); #ifdef USE_SASL_AUTH if (var_smtpd_sasl_enable)