--- deliantra/server/socket/init.C 2007/03/06 19:02:36 1.38 +++ deliantra/server/socket/init.C 2007/03/11 02:12:45 1.39 @@ -132,8 +132,6 @@ mapy = 11; itemcmd = 1; /* Default is version item1 command */ - faces_sent = salloc0 (nrofpixmaps); - /* Do this so we don't send a face command for the client for * this face. Face 0 is sent to the client to say clear * face information. @@ -159,7 +157,6 @@ { clients.erase (this); - sfree (faces_sent, nrofpixmaps); free (stats.range); free (stats.title); free (host); @@ -228,8 +225,6 @@ cst_lst.time_start = time (NULL); LOG (llevDebug, "Initialize new client/server data\n"); - - read_client_images (); }