Garbage Collection is Critical

Same C++ library was called both in Android (JAVA) and IOS (Object C).

For some reason, the garbage collection was ignored in the library, but Android version works fine and IOS version occurs growing memory issue.

Last updated