forked from mia/Aegisub
Completely revert r2970 as line 84 causes crashes elsewhere. While the rest may not cause any issues it's better to deal with some leaking memory than hard crashes.
Originally committed to SVN as r3042.
This commit is contained in:
parent
bc3b986df7
commit
322467e32b
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ LibassSubtitlesProvider::LibassSubtitlesProvider() {
|
|||
//////////////
|
||||
// Destructor
|
||||
LibassSubtitlesProvider::~LibassSubtitlesProvider() {
|
||||
ass_free_track(ass_track);
|
||||
ass_renderer_done(ass_renderer);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue