sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
805 stars 75 forks source link

what is the possible causes for memory leak #67

Closed coolit closed 3 years ago

coolit commented 4 years ago

Hi there, I get some data from a specific api, pass them as string to sciter, and update these data in sciter tables. In EventHandler, I write a function for doing this in a loop mode. But memory leak occurred, memory usage would increase by about 0.1mb/sec. Is this normal? If not, any idea how to fix it? Thanks a lot.

pravic commented 4 years ago

Hey, sorry for the late reply.

If it's still relevant, could you provide a sample to reproduce?

coolit commented 3 years ago

Hi sorry to reply late. Irrelevant so far, will reopen if needs arise.