summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsmgr.cpp
diff options
context:
space:
mode:
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;
}