summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmgr.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
committer Vas Crabb <vas@vastheman.com>2021-05-23 17:33:52 +1000
commit5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch)
tree0aa7ecec0eca58391db4760a485a3db8b08f9213 /src/lib/formats/fsmgr.cpp
parentc6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff)
srcclean for release
Diffstat (limited to 'src/lib/formats/fsmgr.cpp')
-rw-r--r--src/lib/formats/fsmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/fsmgr.cpp b/src/lib/formats/fsmgr.cpp
index 2f762796e4c..09234ebcaf4 100644
--- a/src/lib/formats/fsmgr.cpp
+++ b/src/lib/formats/fsmgr.cpp
@@ -24,7 +24,7 @@ bool fs_refcounted_inner::unref()
if(m_ref == 0) {
if(m_weak_ref)
drop_weak_references();
- else
+ else
delete this;
return true;
}