You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix leakage of JNI object references
Fixes https://github.com/godotengine/godot/issues/87548
This commit is contained in:
@@ -63,6 +63,7 @@ protected:
|
||||
public:
|
||||
static void make_default();
|
||||
static void setup(jobject p_net_utils);
|
||||
static void terminate();
|
||||
|
||||
virtual void close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user