We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6530f commit 0e59ff4Copy full SHA for 0e59ff4
src/_optPlug.node/__xmlValidators/libxml2-wasm.ts
@@ -46,8 +46,6 @@ export default (async function (schemaPath: string): Promise<Validator> {
46
}
47
48
doc.dispose();
49
- validator.dispose();
50
- schema.dispose();
51
52
return errors;
53
0 commit comments