mirror of https://github.com/odrling/Aegisub
Revert line 85 from r2970 as it causes aegisub to crash in very interesting ways. It's most likely not aegisubs fault entirely however removing this does fix the issue.
Originally committed to SVN as r3040.
This commit is contained in:
parent
5cff8b2d6a
commit
eb27337349
|
@ -82,7 +82,6 @@ LibassSubtitlesProvider::LibassSubtitlesProvider() {
|
|||
LibassSubtitlesProvider::~LibassSubtitlesProvider() {
|
||||
ass_free_track(ass_track);
|
||||
ass_renderer_done(ass_renderer);
|
||||
ass_library_done(ass_library);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue