1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-19 09:47:23 +00:00

FS-9650 initialize pointer to NULL to resolve warning

This commit is contained in:
William King 2016-10-19 18:32:38 -07:00 committed by Mike Jerris
parent 90c09d045e
commit e9f1830489

@ -490,7 +490,7 @@ static void *SWITCH_THREAD_FUNC switch_core_service_thread(switch_thread_t *thre
{
switch_core_session_t *session = obj;
switch_channel_t *channel;
switch_frame_t *read_frame;
switch_frame_t *read_frame = NULL;
// switch_assert(thread != NULL);
// switch_assert(session != NULL);