You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix various valgrind reported uninitialized variable uses
This commit is contained in:
@@ -957,6 +957,7 @@ void NativeScriptLanguage::_unload_stuff(bool p_reload) {
|
||||
|
||||
NativeScriptLanguage::NativeScriptLanguage() {
|
||||
NativeScriptLanguage::singleton = this;
|
||||
has_objects_to_register = false;
|
||||
#ifndef NO_THREADS
|
||||
mutex = Mutex::create();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user