Open

Description
In the out
typemaps for both SGMatrix
and std::vector<SGVector>
, memory is allocated using malloc, but it's not freed.
shogun/src/interfaces/csharp/swig_typemaps.i
Lines 37 to 53 in c948611
shogun/src/interfaces/csharp/swig_typemaps.i
Lines 231 to 256 in c948611
These allocated buffers are passed to C# code as IntPtr
, and can't be deallocated from there.