]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4224 --resolve this was a regression from d6374535 to fix FS-3029, when you find...
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 22 May 2012 12:59:16 +0000 (07:59 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 22 May 2012 12:59:21 +0000 (07:59 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 85799d6c8a54df329fdab627c517fe28e8e281c1..0adcce9606640bba6060ecc8cd311c1efc172c58 100644 (file)
@@ -5858,6 +5858,7 @@ int sofia_glue_recover(switch_bool_t flush)
                for (m = matches->head; m; m = m->next) {
                        if ((profile = sofia_glue_find_profile(m->val))) {
                                r += sofia_glue_profile_recover(profile, flush);
+                               sofia_glue_release_profile(profile);
                        }
                }
                switch_console_free_matches(&matches);