From: Michael Jerris Date: Wed, 27 Jun 2012 19:53:15 +0000 (-0400) Subject: FS-4353: missing free from last commit X-Git-Tag: v1.2.0~236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9a66618ffff694bc5ba51183200ea505a37a126;p=thirdparty%2Ffreeswitch.git FS-4353: missing free from last commit --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index ce3e9ec1be..2360f92a64 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -576,6 +576,7 @@ switch_status_t sofia_on_hangup(switch_core_session_t *session) switch_safe_free(resp_headers); } + switch_safe_free(added_headers); } } sofia_set_flag_locked(tech_pvt, TFLAG_BYE);