summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/BlockInfo.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/BlockInfo.cpp b/src/BlockInfo.cpp
index 195af49c7..399efcd9b 100644
--- a/src/BlockInfo.cpp
+++ b/src/BlockInfo.cpp
@@ -33,10 +33,7 @@ cBlockInfo::cBlockInfo()
cBlockInfo::~cBlockInfo()
{
- if (m_Handler != NULL)
- {
- delete m_Handler;
- }
+ delete m_Handler;
}