1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00

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:
Chris Rienzo 2015-09-01 13:43:30 -04:00
parent c74264b942
commit 19233e4690

@ -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);