FS-5977 --resolve

This commit is contained in:
Anthony Minessale 2013-11-15 21:33:20 +05:00
parent 56287c5194
commit bc05b4c6ce
1 changed files with 4 additions and 0 deletions

View File

@ -6253,6 +6253,10 @@ int sofia_recover_callback(switch_core_session_t *session)
end:
if (profile) {
sofia_glue_release_profile(profile);
}
return r;
}