K 10 svn:author V 7 attilio K 8 svn:date V 27 2010-08-21T14:50:16.771784Z K 7 svn:log V 325 handle_packet() and handle_timeout() can free the client. In order to cope with it, rather than switching the iterator by hand, just use SLIST_FOREACH_SAFE() where there is the necessity to do that. Successively, when a further style cleanup happens, the comments on the top of 'freeing' functions must be put, tagging them. END