]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_publish: Ref leak in off nominal callback paths 04/2804/1
authorKevin Harwell <kharwell@digium.com>
Tue, 3 May 2016 19:59:06 +0000 (14:59 -0500)
committerKevin Harwell <kharwell@digium.com>
Wed, 11 May 2016 16:41:06 +0000 (11:41 -0500)
commit1a833b97398c0f2479d3fd828b0a8152ff72cfb3
treee6dc945007fa60c93084d96e806af72e09a5decd
parent81773ceb9cb03e11b9a39fb882dcc72815784566
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