1
0

Linux fixes, but while it compiles, when a user joins it crashes the server with "*** glibc detected *** ./MCServer: double free or corruption (out): 0x00007fb5f5158db0 ***"

Please look into this. Also, am I the only one compiling/using Linux?

git-svn-id: http://mc-server.googlecode.com/svn/trunk@198 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
mtilden@gmail.com
2012-01-31 05:37:59 +00:00
parent c142424571
commit 16f92b2901
4 changed files with 10 additions and 6 deletions

View File

@@ -11,6 +11,7 @@
#ifndef _WIN32
#include <cstring> // memcpy
#include <cstdlib> // abs
#include <memory> // auto_ptr
#endif
#include "zlib.h"