]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publish: Ref leak in off nominal callback paths 51/2751/2
authorKevin Harwell <kharwell@digium.com>
Tue, 3 May 2016 19:59:06 +0000 (14:59 -0500)
committerKevin Harwell <kharwell@digium.com>
Thu, 5 May 2016 21:41:50 +0000 (16:41 -0500)
commit41fccbfeb19a2e96596fe867a3cd94397f307ba4
treedb06251ccd61b04db845ec06fbee4d7a49e1b4b2
parentdfbb03cc8e1d284b50805be8dfd6eb5595172143
res_pjsip_outbound_publish: Ref leak in off nominal callback paths

There were a few spots where the client object's reference was being leaked in
sip_outbound_publish_callback. This patch cleans up those leaks.

Change-Id: I485d0bc9335090f373026f77c548042e258461df
res/res_pjsip_outbound_publish.c