Eel
Eel copied to clipboard
Fixes #757
The issue is that the instructions eel._call_return_callbacks[call.call] = store a reference to the callback, so once the callback is executed it needs to be deleted otherwise the memory allocated for the callback is never freed.