1
0

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
This commit is contained in:
madmaxoft@gmail.com
2012-10-27 07:51:01 +00:00
parent 31a326382a
commit 1cd213fa60
3 changed files with 16 additions and 20 deletions

View File

@@ -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);
}