]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip/location: Fix memory leak in permanent_uri_handler 47/547/2
authorGeorge Joseph <george.joseph@fairview5.com>
Fri, 29 May 2015 21:19:26 +0000 (15:19 -0600)
committerGeorge Joseph <george.joseph@fairview5.com>
Fri, 29 May 2015 21:33:03 +0000 (15:33 -0600)
commit857166b5e5dbdb81b4c25a42f36842a394989768
treedeedb3b6f94ec59ebd173b541f2adac6e404e25e
parent1558a891293dd96ba71a3cedf0caa1968067ba5e
res_pjsip/location:  Fix memory leak in permanent_uri_handler

When permanent_uri_handler was creating the contact status
object for each contact, it wasn't unreffing it at the
end of the loop.

ASTERISK-25141 #close
Reported-by: Corey Farrell
Change-Id: I7bb127994677bb3d459f87952f8425c9b9967b12
res/res_pjsip/location.c