1
0

Fixed up a few valgrind warnings

( http://forum.mc-server.org/showthread.php?tid=598&pid=5071#pid5071 )

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1010 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2012-10-25 19:20:29 +00:00
parent d24aebe68e
commit 2c9e187189
3 changed files with 10 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ cByteBuffer::cByteBuffer(int a_BufferSize) :
cByteBuffer::~cByteBuffer()
{
delete m_Buffer;
delete[] m_Buffer;
}