Eel icon indicating copy to clipboard operation
Eel copied to clipboard

Fixes #757

Open guillaume-mueller opened this issue 11 months ago • 0 comments

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.

guillaume-mueller avatar Jan 28 '25 04:01 guillaume-mueller