Skip to content

rtsp-media: Plug memory leak

David Phung requested to merge davidph/gst-rtsp-server:fix-memory-leak into master

The get-storage signal of rtpbin increases the ref count of the storage. So we have to unref it after usage.

Merge request reports