]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add missing NULL checks when using pjsip_inv_end_session(). 26/3126/1
authorRichard Mudgett <rmudgett@digium.com>
Wed, 22 Jun 2016 23:02:59 +0000 (18:02 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 30 Jun 2016 17:09:10 +0000 (12:09 -0500)
commit28928ba5c4f92d407e9f161ebc5a1441261a2de0
tree8de89399a7f86a11e4498ce32d6195dcfbe6d0e6
parent77c49ac1a142b1665a986ed7354eb33c2279851b
res_pjsip: Add missing NULL checks when using pjsip_inv_end_session().

pjsip_inv_end_session() is documented as being able to return the
passed in tdata parameter set to NULL on success.

Change-Id: I09d53725c49b7183c41bfa1be3ff225f3a8d3047
channels/chan_pjsip.c
res/res_pjsip_refer.c
res/res_pjsip_session.c