From owner-cvs-src Fri Feb 21 16: 6: 8 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D09F137B401; Fri, 21 Feb 2003 16:06:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1864E43FDD; Fri, 21 Feb 2003 16:06:06 -0800 (PST) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1M0650U013804; Fri, 21 Feb 2003 16:06:05 -0800 (PST) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1M06546013798; Fri, 21 Feb 2003 16:06:05 -0800 (PST) Message-Id: <200302220006.h1M06546013798@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 21 Feb 2003 16:06:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale wcstod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2003/02/21 16:06:05 PST Modified files: lib/libc/locale wcstod.c Log: Fix a bad free() call that would occur if some #if 0'd code was used. Revision Changes Path 1.2 +6 -4 src/lib/libc/locale/wcstod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message