提交 070f5320 authored 作者: Chris Rienzo's avatar Chris Rienzo

FS-8110 #resolve #comment [mod_rayo] prompt IQ error reply was being deleted…

FS-8110 #resolve #comment [mod_rayo] prompt IQ error reply was being deleted after being sent for delivery.  This is incorrect since message delivery thread will clean up the message.
上级 9608ce9f
...@@ -359,7 +359,7 @@ static iks *prompt_component_handle_output_error(struct rayo_actor *prompt, stru ...@@ -359,7 +359,7 @@ static iks *prompt_component_handle_output_error(struct rayo_actor *prompt, stru
RAYO_SEND_REPLY(prompt, RAYO_COMPONENT(prompt)->client_jid, iq); RAYO_SEND_REPLY(prompt, RAYO_COMPONENT(prompt)->client_jid, iq);
/* done */ /* done */
iks_delete(PROMPT_COMPONENT(prompt)->iq); PROMPT_COMPONENT(prompt)->iq = NULL;
RAYO_RELEASE(prompt); RAYO_RELEASE(prompt);
RAYO_DESTROY(prompt); RAYO_DESTROY(prompt);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论