flacparse: do not leak uid after parsing TOC event
https://bugzilla.gnome.org/show_bug.cgi?id=736739
This commit is contained in:
parent
4bc10e755a
commit
7cd335e9b9
@ -1796,10 +1796,10 @@ gst_flac_parse_src_event (GstBaseParse * parse, GstEvent * event)
|
||||
GST_BASE_PARSE_CLASS (parent_class)->src_event (parse,
|
||||
seek_event);
|
||||
|
||||
g_free (uid);
|
||||
} else {
|
||||
GST_WARNING_OBJECT (parse, "no TOC entry with given UID: %s", uid);
|
||||
}
|
||||
g_free (uid);
|
||||
}
|
||||
gst_toc_unref (toc);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user