Fix crash in res_pjsip_outbound_registration when the remote server can not be resolved.
This crash was caused by decrementing the reference count of a newly created message when it should not be. This change fixes that but also fixes all other cases where this was incorrectly done. (closes issue ASTERISK-22188) Reported by: Kinsey Moore git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396319 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- res/res_pjsip_exten_state.c 0 additions, 1 deletionres/res_pjsip_exten_state.c
- res/res_pjsip_messaging.c 0 additions, 1 deletionres/res_pjsip_messaging.c
- res/res_pjsip_notify.c 0 additions, 1 deletionres/res_pjsip_notify.c
- res/res_pjsip_outbound_registration.c 0 additions, 1 deletionres/res_pjsip_outbound_registration.c
Loading
Please register or sign in to comment