serebit
03/10/2020, 9:15 PMgtk_new
builder functions) in a Kotlin class, how can I ensure that the pointers are being freed by program exit? If they were being allocated by Kotlin/Native and not GTK, I could use nativeHeap.free
, but I'm not sure how to handle it in this case.Kris Wong
03/10/2020, 9:26 PMserebit
03/10/2020, 9:26 PM/home/serebit/Code/wraith-master/gtk/build/bin/linuxX64/debugExecutable/gtk.kexe
Memory leaks detected, 193 objects leaked!
Use `Platform.isMemoryLeakCheckerActive = false` to avoid this check.
Kris Wong
03/10/2020, 9:27 PMKris Wong
03/10/2020, 9:27 PMserebit
03/10/2020, 9:27 PMKris Wong
03/10/2020, 9:28 PMserebit
03/10/2020, 9:29 PMKris Wong
03/10/2020, 9:29 PMKris Wong
03/10/2020, 9:31 PMKris Wong
03/10/2020, 9:34 PMserebit
03/10/2020, 9:35 PMkevin.cianfarini
03/12/2020, 3:37 PMnapperley
03/12/2020, 8:04 PMserebit
03/12/2020, 8:05 PM