trynna fix click handler being garbage collected

This commit is contained in:
2026-05-19 13:33:02 +01:00
parent a692bfb2b3
commit 7bdb74e099
5 changed files with 38 additions and 12 deletions
+2
View File
@@ -34,5 +34,7 @@ int main(int argc, char *argv[]) {
}
}
mrb_close(Ruby::mrb);
return 0;
}