1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

FS-5977 --resolve

This commit is contained in:
Anthony Minessale 2013-11-15 21:33:05 +05:00
parent 2906721d01
commit 4fb80bf301

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