dvbsubtitle: free avcodec context in destructor

Origin commit data
------------------
Commit: 227bf9f2e8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)
This commit is contained in:
Stefan Seyfried
2012-10-31 22:57:51 +01:00
committed by [CST] Focus
parent 1f0eb08e26
commit 29998498f3

View File

@@ -200,6 +200,8 @@ cDvbSubtitleConverter::cDvbSubtitleConverter(void)
cDvbSubtitleConverter::~cDvbSubtitleConverter()
{
avcodec_close(avctx);
av_free(avctx);
delete bitmaps;
}