]> git.ipfire.org Git - thirdparty/asterisk.git/commit
channel: Fix crash in suppress API.
authorJoshua C. Colp <jcolp@sangoma.com>
Wed, 10 Mar 2021 00:35:08 +0000 (20:35 -0400)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 10 Mar 2021 17:08:33 +0000 (11:08 -0600)
commitcc127a999cf66cd76bbdeea6ecab5e1b6b8afc55
treeaa35da6ffccd77b2e241a329bfa4e235e5735a2f
parent41389bfdbd245435ca57da73c0b81564a57baee7
channel: Fix crash in suppress API.

There exists an inconsistency with framehook usage
such that it is only on reads that the frame should
be freed, not on writes as well.

ASTERISK-29071

Change-Id: I5ef918ebe4debac8a469e8d43bf9d6b673e8e472
main/channel.c