[Bug 763762] crash due to gst_iterator_fold which lacks error handling.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 22 18:09:28 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=763762
--- Comment #10 from Kit Park <kit.park at youview.com> ---
No log on stderr and no G_DEBUG setting. I assume that you're taking about
`g_return_if_fail()` in the code?
void
g_value_unset (GValue *value)
{
GTypeValueTable *value_table;
g_return_if_fail (G_IS_VALUE (value));
value_table = g_type_value_table_peek (G_VALUE_TYPE (value));
if (value_table->value_free)
value_table->value_free (value);
memset (value, 0, sizeof (*value));
}
--
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