rtspsrc: Fix segfault with illegal free
set_get_param_q is not a pointer so it is illegal to call g_queue_free_full(). It is enough to clear the queue with g_queue_clear_full() to free all the allocated data.
Merge request reports
Activity
- Resolved by Nicolas Dufresne
- Resolved by Ognyan Tonchev
changed milestone to %1.17.90
assigned to @gstreamer-merge-bot
Note, CI failure is expected, I added a new pixel formats, I'll just use the result to make yet another MR ;-P
Edited by Nicolas Dufresnementioned in commit redstar/gst-plugins-good@adb044c9
added 5 commits
-
22eb4f0b...b471f75e - 4 commits from branch
gstreamer:master
- adb044c9 - rtspsrc: Fix segfault with illegal free
-
22eb4f0b...b471f75e - 4 commits from branch
Ok, well, good thing, @tpm must have fixed the doc already ;-P
mentioned in commit StefanBruens/gst-plugins-good@8f124f7f