--- deliantra/server/common/player.C 2006/08/29 08:01:35 1.2 +++ deliantra/server/common/player.C 2006/09/03 08:05:39 1.3 @@ -1,6 +1,6 @@ /* * static char *rcsid_player_c = - * "$Id: player.C,v 1.2 2006/08/29 08:01:35 root Exp $"; + * "$Id: player.C,v 1.3 2006/09/03 08:05:39 root Exp $"; */ /* @@ -51,7 +51,7 @@ free(pl->socket.faces_sent); - CFREE(pl); + delete pl; }