mirror of
https://github.com/visioncortex/vtracer.git
synced 2025-12-06 17:15:41 -08:00
Fix memory leak
This commit is contained in:
@@ -430,5 +430,6 @@ class ConverterRunner {
|
||||
|
||||
stop () {
|
||||
this.stopped = true;
|
||||
this.converter.free();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user