faust icon indicating copy to clipboard operation
faust copied to clipboard

@grame/libfaust: Embind found a leaked C++ instance vector<int> - memory leak?

Open dxinteractive opened this issue 3 years ago • 0 comments

I've recently tried using @grame/libfaust version 1.3.1 - I've found that the examples and also my usages of the code throw the following warning in latest Chrome on MacOS after a short time running:

Embind found a leaked C++ instance vector<int> <0x14eabb0>.
We'll free it automatically in this case, but this functionality is not reliable across various environments.
Make sure to invoke .delete() manually once you're done with the instance instead.
Originally allocated

image

Is this something to be concerned about?

dxinteractive avatar Jun 29 '22 07:06 dxinteractive