Closed cinupina closed 6 years ago
@cinupina Sorry for not replying sooner. Could this be caused by #45?
@lestrrat it could very well be. I'll see if that fixed the problem when I have the chance, and report back. Thanks!
@lestrrat yes, confirmed that the patch fixed it :+1: Thanks to @gutweiler and you!
@cinupina Thanks for confirming!
Hello!
This is a minimal repro I came up with. Basically, doing a Find() once for a brand new document, repeated many times, would leak memory. I tried with doc.Find() as well as ctx.Find() with the same result.
Memory usage keeps growing without going down. Am I missing a
.Free()
somewhere? If I don't do Find(), it does not leak. Ideas?