Clear SelfList when destroying GDScriptLanguage
This commit is contained in:
@ -2025,6 +2025,8 @@ void GDScriptLanguage::finish() {
|
|||||||
}
|
}
|
||||||
s = s->next();
|
s = s->next();
|
||||||
}
|
}
|
||||||
|
script_list.clear();
|
||||||
|
function_list.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void GDScriptLanguage::profiling_start() {
|
void GDScriptLanguage::profiling_start() {
|
||||||
|
|||||||
Reference in New Issue
Block a user