~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to parser/hf.c

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#include "parse_disposition.h"
58
58
#include "parse_allow.h"
59
59
#include "../ut.h"
 
60
#include "parse_ppi_pai.h"
60
61
 
61
62
/** Frees a hdr_field structure.
62
63
 * WARNING: it frees only parsed (and not name.s, body.s)
122
123
                        break;
123
124
 
124
125
                case HDR_PAI_T:
125
 
                        free_to(hf->parsed);
 
126
                        free_pai_ppi_body(hf->parsed);
126
127
                        break;
127
128
 
128
129
                case HDR_PPI_T:
129
 
                        free_to(hf->parsed);
 
130
                        free_pai_ppi_body(hf->parsed);
130
131
                        break;
131
132
 
132
133
                case HDR_PROXYAUTH_T: