Found a memory leak checker that will output issue...
# kotlin-native
n
Found a memory leak checker that will output issues if any are found. Below is a example:
Copy code
Memory leaks detected, 1 objects leaked!
Use `Platform.isMemoryLeakCheckerActive = false` to avoid this check.
n
Discovered where the memory leak checker comes from ( https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/cpp/Memory.cpp#L1733 ). Which version of Kotlin Native introduced the memory leak detector?