summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-02 16:37:50 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-05-02 16:38:09 +0300
commit7b18c35ab29a2b91c888e384968ce2e666753a96 (patch)
tree3ef76154449599ee614d3de2993c19d4e2e9065b /core
parentdd06cb90c541b39de764ac7bbafd61fb2b9abb48 (diff)
Fix resource dependence renaming.
Diffstat (limited to 'core')
-rw-r--r--core/io/resource_format_binary.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/io/resource_format_binary.cpp b/core/io/resource_format_binary.cpp
index b6988109c5..bc7e524892 100644
--- a/core/io/resource_format_binary.cpp
+++ b/core/io/resource_format_binary.cpp
@@ -1287,6 +1287,7 @@ Error ResourceFormatLoaderBinary::rename_dependencies(const String &p_path, cons
fw->store_8(b);
b = f->get_8();
}
+ f.unref();
bool all_ok = fw->get_error() == OK;