]> 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:32:48 +0000 (11:32 -0500)
commit7df97d0a003edf58bf2c183807207edc9c02b1f3
treef2cb8d6b43c31db140819793ea75e1db50c4ba13
parent735b70cd38aab3213c1c5e1aff62e5edaf5e9c66
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