Skip to content

Commit ef8b9f0

Browse files
author
boquanfu
committed
fix: avoid wasm memory leaks
1 parent 64bc52b commit ef8b9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/client.ts

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export class Client {
110110
diag.source = 'float-pigment-css-analyzer'
111111
return diag
112112
})
113+
res.free()
113114
this.collection.set(uri, diagList)
114115
}
115116

0 commit comments

Comments
 (0)