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