]> 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:08 +0000 (11:08 -0600)
commitf7bda066bbfa558c8a2159a614b6792e4ed032a0
treebee1b5ac5a82b17141792635f2090c2ee9443f57
parent23e41313a846f2b7ff4ee6bebc91836474e366c2
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