Fix some memory leaks in seek_test test program:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 28 Feb 2010 10:58:27 +0000 (10:58 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sun, 28 Feb 2010 10:58:27 +0000 (10:58 +0000)
commitc7ff04e2f371a5157c6a632b70b9bfc5fba424c5
tree8633435e95b8f855109a057ad1e6e6e3d76524f4
parent1e6365b305e0d42194dcd248841a40bc32a592a6
Fix some memory leaks in seek_test test program:
- do not allocate context twice
- close the input file before exiting

Originally committed as revision 22108 to svn://svn.ffmpeg.org/ffmpeg/trunk
tests/seek_test.c