Memory leaks detected in Kotlin/Native framework i...
# kotlin-native
j
Memory leaks detected in Kotlin/Native framework in the following example file. It may be cause from the callback function in the Kotlin. I have no ideas to solve this issue.... Launch the app and click on green button to init the detector and click on the red button to kill the detector repeatedly, and you will see the crash log shortly about "Memory leaks detected, x objects leaked!"
a
I dunno much, but official said that memory is always cleaned when the process exits, so there shouldn't be any problem. Ref: https://youtrack.jetbrains.com/issue/KT-43771#focus=Comments-27-4613006.0-0
Though I don't know this applies for iOS as well or not, since mobile processes are slightly different than desktop executables