Merge pull request #93293 from rune-scape/cleanup-order
Fix cleanup order in `unregister_core_types()`
This commit is contained in:
commit
470cc59706
1 changed files with 1 additions and 1 deletions
|
|
@ -444,8 +444,8 @@ void unregister_core_types() {
|
|||
|
||||
unregister_global_constants();
|
||||
|
||||
ClassDB::cleanup();
|
||||
ResourceCache::clear();
|
||||
ClassDB::cleanup();
|
||||
CoreStringNames::free();
|
||||
StringName::cleanup();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue