]> 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:49:59 +0000 (10:49 -0500)
commitd5df3b95c8c32c40e997bd455f0fbee3dd2719ee
tree5a925242f4e84dc0944d268ed654e1bfa13bd97d
parent3e54af3afbd04d70170ec3c4347da1f592db2992
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