]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.4-20060722
authorWietse Venema <wietse@porcupine.org>
Sat, 22 Jul 2006 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:32:29 +0000 (06:32 +0000)
postfix/src/global/mail_version.h
postfix/src/smtpd/smtpd_state.c

index 083656c3fb43fa13930b7bcc00c3d322e0c64fed..b1f57e02207ba2e97dcf91cd5d3a4a6e5b9f6e67 100644 (file)
@@ -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
index 64aa5a72ebaaf31d493092e22396951e7803df79..1f8092dbfcea7deca414b559edd274acf65d16d0 100644 (file)
@@ -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)