mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
Merge pull request #557 from diamante0018/develop
fix(scripting): solve one mem leak
This commit is contained in:
commit
b523ab85b6
@ -91,6 +91,7 @@ namespace scripting
|
||||
{
|
||||
script_function_table_sort.clear();
|
||||
script_function_table.clear();
|
||||
script_function_table_rev.clear();
|
||||
canonical_string_table.clear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user