mmomtchev / swig

This is SWIG JavaScript Evolution, a fork of the SWIG project with modern JavaScript/TypeScript support including WASM and async
http://www.swig.org
Other
7 stars 0 forks source link

All packed objects (created by `SWIG_NAPI_NewPackedObj`) leak memory #26

Closed mmomtchev closed 4 months ago

mmomtchev commented 4 months ago

Currently there is no mechanism to free the memory in an opaque object - a C++ object without a wrapper - as it is used in the member_pointer.cpptest unit test for functions that return member pointers