From 1cd213fa608cb2d27b1c8f2ae9d47e02d8cb18f1 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 27 Oct 2012 07:51:01 +0000 Subject: Fixed more valgrind issues ( http://forum.mc-server.org/showthread.php?tid=598&pid=5139#pid5139 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@1013 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkSender.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/ChunkSender.cpp') diff --git a/source/ChunkSender.cpp b/source/ChunkSender.cpp index a7afb801c..b49561371 100644 --- a/source/ChunkSender.cpp +++ b/source/ChunkSender.cpp @@ -35,7 +35,8 @@ void cNotifyChunkSender::Call(int a_ChunkX, int a_ChunkZ) cChunkSender::cChunkSender(void) : super("ChunkSender"), m_World(NULL), - m_Notify(NULL) + m_Notify(NULL), + m_RemoveCount(0) { m_Notify.SetChunkSender(this); } -- cgit v1.2.3