]> git.sesse.net Git - ffmpeg/commit
avformat/mov: use av_freep() to avoid leaving stale pointers in memory
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Jan 2015 11:45:25 +0000 (12:45 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 6 Jan 2015 14:07:50 +0000 (15:07 +0100)
commit383c6a3a07b71981bd32d083496f5a4935f620f9
tree095a7a8f40c82d13aa1a18905589880400fa206b
parent62eafb6a0dd63b67d6a1cf66150df7b27a67c21c
avformat/mov: use av_freep() to avoid leaving stale pointers in memory

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c