This commit is contained in:
Anthony Minessale 2012-05-18 10:15:08 -05:00
parent e32b90306e
commit bcd7a16290

View File

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