Merge pull request #557 from diamante0018/develop

fix(scripting): solve one mem leak
This commit is contained in:
Edo 2022-12-16 14:52:06 +01:00 committed by GitHub
commit b523ab85b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ namespace scripting
{
script_function_table_sort.clear();
script_function_table.clear();
script_function_table_rev.clear();
canonical_string_table.clear();
}