diff options
Diffstat (limited to 'gst/audioparsers/gstflacparse.c')
-rw-r--r-- | gst/audioparsers/gstflacparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioparsers/gstflacparse.c b/gst/audioparsers/gstflacparse.c index d36693b47..6fc92a8a7 100644 --- a/gst/audioparsers/gstflacparse.c +++ b/gst/audioparsers/gstflacparse.c @@ -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 { |