qtmux: Free EDTS instead of just clearing it and setting it to NULL
This commit is contained in:
parent
0e62a0603d
commit
98583dc944
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user