mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
dvbsubtitle: free avcodec context in destructor
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5394321ea8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -229,7 +229,9 @@ cDvbSubtitleConverter::cDvbSubtitleConverter(void)
|
|||||||
|
|
||||||
cDvbSubtitleConverter::~cDvbSubtitleConverter()
|
cDvbSubtitleConverter::~cDvbSubtitleConverter()
|
||||||
{
|
{
|
||||||
delete bitmaps;
|
avcodec_close(avctx);
|
||||||
|
av_free(avctx);
|
||||||
|
delete bitmaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
void cDvbSubtitleConverter::Lock(void)
|
void cDvbSubtitleConverter::Lock(void)
|
||||||
|
Reference in New Issue
Block a user