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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.195 by root, Sat Nov 17 23:40:05 2018 UTC vs.
Revision 1.196 by root, Sun Nov 18 00:37:11 2018 UTC

326//-GPL 326//-GPL
327 327
328void 328void
329client::mapinfo_queue_clear () 329client::mapinfo_queue_clear ()
330{ 330{
331 for (auto (i, mapinfo_queue.begin ()); i != mapinfo_queue.end (); ++i) 331 for (auto &&i : mapinfo_queue)
332 free (*i); 332 free (i);
333 333
334 mapinfo_queue.clear (); 334 mapinfo_queue.clear ();
335} 335}
336 336
337bool 337bool

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines