Changeset d51f099 in ffmpeg

Timestamp:
Jan 15, 2014, 7:57:26 AM (11 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
04cc753d, 2620df1
Parents:
d0cd2a8
git-author:
Martin Storsjö <martin@martin.st> (01/13/14 12:43:23)
git-committer:
Martin Storsjö <martin@martin.st> (01/15/14 07:57:26)
Message:

mov: Free intermediate arrays in the normal cleanup function

These arrays are normally freed at the end of mov_read_trak,
but make sure they're freed in case mov_read_trak returned
early (due to errors) or in case the atoms that allocate arrays
are encountered at some other point than within a trak (which
we don't have checks against).

Sample-Id: 00000496-google
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.