Skip to content
Snippets Groups Projects
Commit 8f124f7f authored by Ognyan Tonchev's avatar Ognyan Tonchev Committed by StefanBruens
Browse files

rtspsrc: Fix segfault with illegal free

set_get_param_q is not a pointer so it is illegal to call g_queue_free_full().
Freeing the requests by popping them from the queue instead.

Part-of: <gstreamer/gst-plugins-good!669>
parent 1e329a55
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment