summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gst-libs/gst/mpegts/gst-atsc-section.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gst-atsc-section.c b/gst-libs/gst/mpegts/gst-atsc-section.c
index fe97cada2..021c8e607 100644
--- a/gst-libs/gst/mpegts/gst-atsc-section.c
+++ b/gst-libs/gst/mpegts/gst-atsc-section.c
@@ -49,6 +49,7 @@ _gst_mpegts_atsc_vct_source_copy (GstMpegtsAtscVCTSource * source)
static void
_gst_mpegts_atsc_vct_source_free (GstMpegtsAtscVCTSource * source)
{
+ g_free (source->short_name);
if (source->descriptors)
g_ptr_array_unref (source->descriptors);
g_slice_free (GstMpegtsAtscVCTSource, source);