Skip to content

webrtc: Unmap all non-binary buffers received via the datachannel

Previously they were only unmapped in case of binary data, causing all of them to be leaked.

Merge request reports