]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_outbound_registration: Fix reference leak.
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 8 Jan 2015 21:37:42 +0000 (21:37 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 8 Jan 2015 21:37:42 +0000 (21:37 +0000)
commit143bec54ee134c9fcd014c3445ea64af4793f5b0
treec88cdb504ea38594379fccdea1c7f15798e09dea
parent6e59bf649112ed371311081f91772f053eac3e94
res_pjsip_outbound_registration: Fix reference leak.

Every time a registration started, sip_outbound_registration_response_cb bumps
the ref count on client_state then pushes a handle_registration_response task.
handle_registration_response never unreffed it though.  So every time a
registration goes out, the ref count goes up by one.

This patch adds the unreffs to handle_registration_response.

Tested-by: George Joseph
Review: https://reviewboard.asterisk.org/r/4303/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_pjsip_outbound_registration.c