The following reply was made to PR bin/144974; it has been noted by GNATS. From: Bruce Cran <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: bin/144974: [patch] ping6(1): malloc()s not free()'d Date: Fri, 28 May 2010 11:40:40 +0100
Of course it's good style to free memory which has been allocated, but I'm not sure if we should be doing it here since it appears to complicate the code, and there's no memory leak while ping6 is running (i.e. when it's doing work). -- Bruce Cran _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
