]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Cleanup reference leaks in res_jabber
authorJonathan Rose <jrose@digium.com>
Thu, 27 Oct 2011 14:17:11 +0000 (14:17 +0000)
committerJonathan Rose <jrose@digium.com>
Thu, 27 Oct 2011 14:17:11 +0000 (14:17 +0000)
commit7106cd9f2b2b038d94c84845bbe0a1255317e1df
treec994b758af918e8722941f3be88c76dfb82cefb3
parent1a6c26b20eb25f3dbccb8296906f33e4f2626fdd
Cleanup reference leaks in res_jabber

res_jabber.c had a number of places where astobjs would be referenced and have their
reference counts bumped without having a dereference made before the object lost scope.
This patch adds a number of ASTOBJ_UNREFs to resolve that.

Review: https://reviewboard.asterisk.org/r/1478/
........

Merged revisions 342545 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@342546 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_jabber.c