Skip to content

webrtc: Fix double free in webrtc-recvonly-h264 demo

The "message" signal does not transfer ownership of the GBytes passed to it so calling g_bytes_unref() on it is incorrect.

Merge request reports