fix(scripting): solve one mem leak
This commit is contained in:
parent
ba613bc142
commit
f0e15e0e59
@ -104,6 +104,7 @@ namespace scripting
|
|||||||
{
|
{
|
||||||
script_function_table_sort.clear();
|
script_function_table_sort.clear();
|
||||||
script_function_table.clear();
|
script_function_table.clear();
|
||||||
|
script_function_table_rev.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const auto& callback : shutdown_callbacks)
|
for (const auto& callback : shutdown_callbacks)
|
||||||
|
Loading…
Reference in New Issue
Block a user