]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add missing NULL checks when using pjsip_inv_end_session(). 31/3131/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 20:40:38 +0000 (15:40 -0500)
commit656ed73ac686f2e7d4afcbd46a4a04086a3502c6
treeb4dbcd171566e97c89efa9a7b884efcd68028fae
parent5ad7e1c09a7db698f0e4dd95f9153a70f8a1c667
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