Skip to content
Snippets Groups Projects
Commit 0592f9d5 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

sip: fix pjsip crash if transport send_msg fails

As PJSIP documentation said, pjsip_transport::send_msg must
not call the user callback if PJ_EPENDING is not returned,
like in case of immediate completion or when an error happens.
Was not the case in re-factoring on SipsTransportIce class.
This patch fixes this problem.

Change-Id: I6b8ea8efb6aa61191914d7794f5484612095598a
Tuleap: #106
parent d056bd7d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment