From 98583dc9449a428d06e172a3c18ccb50e81cdbd1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 8 Mar 2017 16:01:02 +0200 Subject: [PATCH] qtmux: Free EDTS instead of just clearing it and setting it to NULL --- gst/isomp4/atoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/isomp4/atoms.c b/gst/isomp4/atoms.c index 1f98a9a..af6eaeb 100644 --- a/gst/isomp4/atoms.c +++ b/gst/isomp4/atoms.c @@ -3731,7 +3731,7 @@ void atom_trak_edts_clear (AtomTRAK * trak) { if (trak->edts) { - atom_edts_clear (trak->edts); + atom_edts_free (trak->edts); trak->edts = NULL; } } -- 2.7.4