summaryrefslogtreecommitdiff
path: root/plugins/Dbx_tree/src/TLS.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_tree/src/TLS.h')
-rw-r--r--plugins/Dbx_tree/src/TLS.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Dbx_tree/src/TLS.h b/plugins/Dbx_tree/src/TLS.h
index d309090a34..bc7e1ed2d0 100644
--- a/plugins/Dbx_tree/src/TLS.h
+++ b/plugins/Dbx_tree/src/TLS.h
@@ -73,8 +73,7 @@ CThreadLocalStorage<TAdministrator, TData>::CThreadLocalStorage()
template <typename TAdministrator, typename TData>
CThreadLocalStorage<TAdministrator, TData>::~CThreadLocalStorage()
{
- if (m_LockfreeList)
- delete m_LockfreeList;
+ delete m_LockfreeList;
}