]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Fix leak in pjsip_options.
authorCorey Farrell <git@cfware.com>
Wed, 15 Aug 2018 16:12:49 +0000 (12:12 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 15 Aug 2018 16:33:17 +0000 (11:33 -0500)
commit6e0f4a2127129188be1c944873d50d1854cf7d1b
tree81b1c837831f177e48f67e0d4cec223d3e7b8561
parent100ffc6866bb236596959959ad672bdf00850e89
res_pjsip: Fix leak in pjsip_options.

sip_options_get_endpoint_state_compositor_state leaked a reference to
the first available endpoint state compositor that was found.

Change-Id: Idb6be19f7219b6eed1dfb19c1e740dd40cb3fdc7
res/res_pjsip/pjsip_options.c