While sofia does garbage collection, in other locations we still call su_free after calls to sip_header_as_string. So adding it here too since we've finished using the full_contact variable.

This commit is contained in:
William King 2013-09-15 16:05:11 -07:00
parent 3329141e74
commit aa222c7aea
1 changed files with 4 additions and 0 deletions

View File

@ -9034,6 +9034,10 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia
switch_assert(sql); switch_assert(sql);
sofia_glue_execute_sql_now(profile, &sql, SWITCH_TRUE); sofia_glue_execute_sql_now(profile, &sql, SWITCH_TRUE);
if ( full_contact ) {
su_free(nua_handle_home(tech_pvt->nh), full_contact);
}
} }
if (is_nat) { if (is_nat) {