[Bug 750965] rtpjitterbuffer : 1. Fix a typing error of comment. 2. Add null check in free_item function.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 15 02:03:47 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750965
--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
If pop() returns NULL there, something is seriously wrong. But coverity can't
know that of course :)
What about just adding a g_return_if_fail(item != NULL) to free_item()?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list