Skip to content

Commit 0e59ff4

Browse files
committed
No disposing of schema and validator
Signed-off-by: Leon Grave <[email protected]>
1 parent dc6530f commit 0e59ff4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/_optPlug.node/__xmlValidators/libxml2-wasm.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export default (async function (schemaPath: string): Promise<Validator> {
4646
}
4747

4848
doc.dispose();
49-
validator.dispose();
50-
schema.dispose();
5149

5250
return errors;
5351
}

0 commit comments

Comments
 (0)