FS-5977 --resolve

This commit is contained in:
Anthony Minessale 2013-11-15 21:33:05 +05:00
parent 2906721d01
commit 4fb80bf301
1 changed files with 5 additions and 0 deletions

View File

@ -1911,6 +1911,11 @@ int sofia_recover_callback(switch_core_session_t *session)
r++;
if (profile) {
sofia_glue_release_profile(profile);
}
return r;
}