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.24 by root, Sun Dec 17 19:07:23 2006 UTC vs.
Revision 1.25 by root, Sun Dec 17 19:14:00 2006 UTC

162 pl->socket = 0; 162 pl->socket = 0;
163 163
164 if (fd >= 0) 164 if (fd >= 0)
165 close (fd); 165 close (fd);
166 166
167 sfree<uint8> (faces_sent); 167 sfree<uint8> (faces_sent, nrofpixmaps);
168 free (stats.range); 168 free (stats.range);
169 free (stats.title); 169 free (stats.title);
170 free (host); 170 free (host);
171} 171}
172 172

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines