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
+6
View File
@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://gdj/LeakPoc.gdj" id="1"]
[node name="LeakPoc" type="Node"]
script = ExtResource("1")