Skip to content

Commit

Permalink
Merge pull request #93293 from rune-scape/cleanup-order
Browse files Browse the repository at this point in the history
Fix cleanup order in `unregister_core_types()`
  • Loading branch information
akien-mga committed Jun 18, 2024
2 parents 76a8fa6 + 818fb63 commit 470cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/register_core_types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ void unregister_core_types() {

unregister_global_constants();

ClassDB::cleanup();
ResourceCache::clear();
ClassDB::cleanup();
CoreStringNames::free();
StringName::cleanup();

Expand Down

0 comments on commit 470cc59

Please sign in to comment.