From owner-freebsd-bugs@FreeBSD.ORG Fri May 28 10:50:04 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 478681065670 for ; Fri, 28 May 2010 10:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1E4F08FC13 for ; Fri, 28 May 2010 10:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4SAo3Nn090444 for ; Fri, 28 May 2010 10:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4SAo3dN090441; Fri, 28 May 2010 10:50:03 GMT (envelope-from gnats) Date: Fri, 28 May 2010 10:50:03 GMT Message-Id: <201005281050.o4SAo3dN090441@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/144974: [patch] ping6(1): malloc()s not free()'d X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 10:50:04 -0000 The following reply was made to PR bin/144974; it has been noted by GNATS. From: Bruce Cran 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