]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip/location: Fix memory leak in permanent_uri_handler 48/548/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:34:27 +0000 (16:34 -0500)
commitbef000dd7c58485b340486a10477a84fff547e3f
treefe1db251fd8d1c995674d0f6e9e5a0a4589ff32f
parent3fc4a58d75ba328c95f2f056d83a44edd2c2848f
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