This commit is contained in:
Anthony Minessale 2012-05-18 10:15:08 -05:00
parent e32b90306e
commit bcd7a16290
1 changed files with 66 additions and 65 deletions

View File

@ -1334,11 +1334,12 @@ static void actual_sofia_presence_event_handler(switch_event_t *event)
}
}
switch_console_free_matches(&matches);
}
}
done:
switch_safe_free(sql);
switch_safe_free(user);
done:
switch_safe_free(sql);
switch_safe_free(user);
}
static int EVENT_THREAD_RUNNING = 0;