qtmux: Free EDTS instead of just clearing it and setting it to NULL

This commit is contained in:
Sebastian Dröge 2017-03-08 16:01:02 +02:00
parent 0e62a0603d
commit 98583dc944

View file

@ -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;
}
}