Date: Fri, 28 May 2010 10:50:03 GMT From: Bruce Cran <bruce@cran.org.uk> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/144974: [patch] ping6(1): malloc()s not free()'d Message-ID: <201005281050.o4SAo3dN090441@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/144974; it has been noted by GNATS. From: Bruce Cran <bruce@cran.org.uk> To: bug-followup@FreeBSD.org, earl.lapus@gmail.com 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005281050.o4SAo3dN090441>