提交 9371d827 authored 作者: Andrew Thompson's avatar Andrew Thompson

oops


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12548 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b1377e01
...@@ -191,6 +191,7 @@ static switch_status_t handle_msg_fetch_reply(listener_t *listener, ei_x_buff * ...@@ -191,6 +191,7 @@ static switch_status_t handle_msg_fetch_reply(listener_t *listener, ei_x_buff *
switch_core_hash_delete(listener->fetch_reply_hash, uuid_str); switch_core_hash_delete(listener->fetch_reply_hash, uuid_str);
switch_core_hash_insert(listener->fetch_reply_hash, uuid_str, nbuf); switch_core_hash_insert(listener->fetch_reply_hash, uuid_str, nbuf);
ei_x_encode_atom(rbuf, "ok"); ei_x_encode_atom(rbuf, "ok");
return SWITCH_STATUS_SUCCESS;
} else { } else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Found filled slot for %s\n", uuid_str); switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Found filled slot for %s\n", uuid_str);
ei_x_encode_tuple_header(rbuf, 2); ei_x_encode_tuple_header(rbuf, 2);
...@@ -206,6 +207,8 @@ static switch_status_t handle_msg_fetch_reply(listener_t *listener, ei_x_buff * ...@@ -206,6 +207,8 @@ static switch_status_t handle_msg_fetch_reply(listener_t *listener, ei_x_buff *
} }
/*switch_core_hash_insert(listener->fetch_reply_hash, uuid_str, nbuf);*/ /*switch_core_hash_insert(listener->fetch_reply_hash, uuid_str, nbuf);*/
free(nbuf->buff);
free(nbuf);
} }
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论