summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChunkData.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChunkData.cpp b/src/ChunkData.cpp
index 258853ea0..142c141c4 100644
--- a/src/ChunkData.cpp
+++ b/src/ChunkData.cpp
@@ -103,7 +103,6 @@ cChunkData::~cChunkData()
for (size_t i = 0; i < NumSections; i++)
{
m_Sections[i] = a_Other.m_Sections[i];
- a_Other.m_Sections[i] = NULL;
}
a_Other.m_IsOwner = false;
return *this;