--- deliantra/server/include/client.h 2007/11/14 08:09:46 1.70 +++ deliantra/server/include/client.h 2008/04/21 21:32:32 1.74 @@ -31,7 +31,7 @@ #if HAVE_TCP_INFO # include #else - struct tcpi_info { + struct tcp_info { // dummy char tcpi_state; char tcpi_ca_state; @@ -146,11 +146,6 @@ const packet_type *handler; char *data; int datalen; - - ~command () - { - sfree (data, datalen + 1); - } }; /* how many times we are allowed to give the wrong password before being kicked. */