]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_session: Fix stream name memory leak.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 22 Sep 2020 10:05:34 +0000 (07:05 -0300)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 23 Sep 2020 15:50:16 +0000 (10:50 -0500)
commit26873338d7b364d521ab3c82a0ecc8d6766bd932
tree5504e50efc96554ad23e5c45a19ddb665e436c50
parent7bd079e542c5ddc5727f5110355d32709ceb2c55
res_pjsip_session: Fix stream name memory leak.

When constructing a stream name based on the media type
and position the allocated name was not being freed
causing a leak.

Change-Id: I52510863b24a2f531f0a55b440bb2c81844029de
res/res_pjsip_session.c