1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Fix StringName leaks in GDExtension, core, and editor themes

This commit is contained in:
Yuri Sizov
2023-10-18 17:36:20 +02:00
parent dce1aab174
commit 582ed157b5
12 changed files with 52 additions and 13 deletions

View File

@@ -794,6 +794,8 @@ void register_global_constants() {
void unregister_global_constants() {
_global_constants.clear();
_global_constants_map.clear();
_global_enums.clear();
}
int CoreConstants::get_global_constant_count() {