Fix memory leak

This commit is contained in:
Chris Tsang
2020-11-09 12:17:48 +08:00
parent 31c3f109a8
commit a33a659b22

View File

@@ -430,5 +430,6 @@ class ConverterRunner {
stop () {
this.stopped = true;
this.converter.free();
}
}