Minimal repro for godot-kotlin-jvm non-RefCounted binding leak

This commit is contained in:
stan220
2026-07-10 10:24:04 +03:00
commit 5243fb9dcd
12 changed files with 444 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
// THIS FILE IS GENERATED! DO NOT EDIT OR DELETE IT. EDIT OR DELETE THE ASSOCIATED SOURCE CODE FILE INSTEAD
// Note: You can however freely move this file inside your godot project if you want. Keep in mind however, that if you rename the originating source code file, this file will be deleted and regenerated as a new file instead of being updated! Other modifications to the source file however, will result in this file being updated.
registeredName = LeakPoc
fqName = LeakPoc
baseType = Node
supertypes = [
godot.api.Node,
godot.api.Object,
godot.core.KtObject,
godot.common.interop.NativeWrapper,
godot.common.interop.NativePointer
]
signals = [
]
properties = [
]
functions = [
_process
]