]> 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:14 +0000 (11:33 -0500)
commitf4dc47326164fac809f86c6e01afb042f1275e2a
treee2af4ee78ee78a9da0f9e236817dfccaabc697dd
parent22792b2b3207daa72c20988141bcf3fbecdcb826
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