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.
This commit is contained in:
parent
9608ce9f5f
commit
070f53205e
|
@ -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);
|
||||
|
||||
/* done */
|
||||
iks_delete(PROMPT_COMPONENT(prompt)->iq);
|
||||
PROMPT_COMPONENT(prompt)->iq = NULL;
|
||||
RAYO_RELEASE(prompt);
|
||||
RAYO_DESTROY(prompt);
|
||||
|
||||
|
|
Loading…
Reference in New Issue