diff options
author | 2021-05-23 17:33:52 +1000 | |
---|---|---|
committer | 2021-05-23 17:33:52 +1000 | |
commit | 5fe20586ee7aeb31c9384b82712c3ba37701cee4 (patch) | |
tree | 0aa7ecec0eca58391db4760a485a3db8b08f9213 /src/lib/formats/fsmgr.cpp | |
parent | c6abdd77fbbdd4811dbb1c9cb954ee2e44678c33 (diff) |
srcclean for release
Diffstat (limited to 'src/lib/formats/fsmgr.cpp')
-rw-r--r-- | src/lib/formats/fsmgr.cpp | 2 |
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; } |