How'd that happen?

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15200 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-10-22 20:55:12 +00:00
parent e1eca88d7c
commit f9df2e6bd8

View File

@ -1135,7 +1135,7 @@ session_elem_t *session_elem_create(listener_t* listener, switch_core_session_t
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "OH OH no pool\n");
return NULL;
}
=
session_element = switch_core_alloc(session_elem_pool, sizeof(*session_element));
memset(session_element, 0, sizeof(*session_element));