Merge pull request #93293 from rune-scape/cleanup-order

Fix cleanup order in `unregister_core_types()`
This commit is contained in:
Rémi Verschelde 2024-06-18 14:09:04 +02:00
commit 470cc59706
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -444,8 +444,8 @@ void unregister_core_types() {
unregister_global_constants();
ClassDB::cleanup();
ResourceCache::clear();
ClassDB::cleanup();
CoreStringNames::free();
StringName::cleanup();