ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/init.C
(Generate patch)

Comparing deliantra/server/socket/init.C (file contents):
Revision 1.50 by root, Tue Jul 24 04:55:35 2007 UTC vs.
Revision 1.51 by root, Fri Aug 24 00:26:10 2007 UTC

184 184
185client::~client () 185client::~client ()
186{ 186{
187 clients.erase (this); 187 clients.erase (this);
188 188
189 mapinfo_queue_clear ();
189 free (stats.range); 190 free (stats.range);
190 free (stats.title); 191 free (stats.title);
191 free (host); 192 free (host);
192} 193}
193 194

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines