]> git.sesse.net Git - ffmpeg/commit
H.264: Fix memory leaks with multithreading.
authorAlexander Strange <astrange@ithinksw.com>
Tue, 16 Jun 2009 21:50:36 +0000 (21:50 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Tue, 16 Jun 2009 21:50:36 +0000 (21:50 +0000)
commitd2d5e067359873c3eebaa8e6fbedb5d2ddaab2e3
tree7c17360a3f8b040412a559fde46f92a58aa1e810
parent73b02e24604961e49a63ca34203d8f6c56612117
H.264: Fix memory leaks with multithreading.

The threads' contexts and rbsp_buffers were not freed at the end
of decoding.

Fixes issue 1581

Originally committed as revision 19207 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h264.c