>I applied the following patch to cm.c, and it crashed after >some duplicate reqs where detected. Does this indicate a >memory leak in cm? In this case, the timewait_info structure is freed directly in the cm_req_handler (line 1373). The pointer is just not cleared. - Sean