You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Clear SelfList when destroying GDScriptLanguage
This commit is contained in:
@@ -2025,6 +2025,8 @@ void GDScriptLanguage::finish() {
|
||||
}
|
||||
s = s->next();
|
||||
}
|
||||
script_list.clear();
|
||||
function_list.clear();
|
||||
}
|
||||
|
||||
void GDScriptLanguage::profiling_start() {
|
||||
|
||||
Reference in New Issue
Block a user