TOPLLab / WARDuino

📟 A dynamic WebAssembly VM for embedded systems
https://topllab.github.io/WARDuino/
Mozilla Public License 2.0
73 stars 7 forks source link

Fix/memory leak/free guard blocks #167

Closed carllocos closed 1 year ago

carllocos commented 1 year ago

This PR solves the two memory leaks bugs mentioned in discussion

carllocos commented 1 year ago

@tolauwae so regarding the two todos see https://github.com/TOPLLab/WARDuino/issues/173 and https://github.com/TOPLLab/WARDuino/issues/172

whether both todos are considered to be bugs are not. They can be solved as two separate PR. This PR can thus be meged

carllocos commented 1 year ago

@tolauwae So I finished testing manually and like that I discovered that there were still some bugs regarding the proxy calls and in the pushing event interrupt. I believe after your reviews we can merge the branch finally into develop.