From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10679 invoked by alias); 20 Apr 2002 03:56:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 10657 invoked by uid 71); 20 Apr 2002 03:56:01 -0000 Date: Fri, 19 Apr 2002 20:56:00 -0000 Message-ID: <20020420035601.10656.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Benjamin Kosnik Subject: Re: libstdc++/4164: 33 Memory Leak when using iostream Reply-To: Benjamin Kosnik X-SW-Source: 2002-04/txt/msg01011.txt.bz2 List-Id: The following reply was made to PR libstdc++/4164; it has been noted by GNATS. From: Benjamin Kosnik To: Cc: , Subject: Re: libstdc++/4164: 33 Memory Leak when using iostream Date: Fri, 19 Apr 2002 22:51:59 -0500 (CDT) Allocation has been refined on mainline and the branch. In particular, the "C" facets are allocated with placement new. You might want to re-check this with current sources. For some reason I cannot edit this PR. -benjamin