~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to src/smtpd/smtpd_state.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2010-02-17 21:53:13 UTC
  • mto: (33.1.1 lucid) (39.1.4 oneiric)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20100217215313-02763z1wnsxhcljc
Tags: upstream-2.7.0
ImportĀ upstreamĀ versionĀ 2.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
    state->expand_buf = 0;
119
119
    state->prepend = 0;
120
120
    state->proxy = 0;
121
 
    state->proxy_buffer = 0;
122
121
    state->proxy_mail = 0;
123
 
    state->proxy_xforward_features = 0;
124
122
    state->saved_filter = 0;
125
123
    state->saved_redirect = 0;
126
124
    state->saved_bcc = 0;
207
205
        vstring_free(state->defer_if_reject.reason);
208
206
    if (state->expand_buf)
209
207
        vstring_free(state->expand_buf);
210
 
    if (state->proxy_buffer)
211
 
        vstring_free(state->proxy_buffer);
212
208
    if (state->instance)
213
209
        vstring_free(state->instance);
214
210
    if (state->dsn_buf)