c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 223 forks source link

<form> submit event memory leak #151

Open Ethorbit opened 4 years ago

Ethorbit commented 4 years ago

When the submit event is called the program's memory usage permanently increases by 30,000K

Tested without any interfering scripts and the result is the same, only thing I can think of is that the

contains a bunch of elements like headers, images and lists, not just inputs.

c-smile commented 4 years ago

I do not understand "submit event is called" phrase. Events are, well, events - not functions. Events can occur, be generated or raised, etc.

Anyway... do you have a test case, just to understand what you mean.