From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30463 invoked by alias); 18 Aug 2008 12:20:28 -0000 Received: (qmail 30454 invoked by uid 22791); 18 Aug 2008 12:20:28 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Aug 2008 12:19:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1486B2A9716; Mon, 18 Aug 2008 08:19:52 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id BzwSIvQoZpKJ; Mon, 18 Aug 2008 08:19:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 94BFD2A96AA; Mon, 18 Aug 2008 08:19:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 71FAEE7ACD; Mon, 18 Aug 2008 14:19:44 +0200 (CEST) Date: Mon, 18 Aug 2008 12:20:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: RFA: fix memory leak in copy_type_recursive Message-ID: <20080818121944.GK16894@adacore.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00474.txt.bz2 > 2008-08-17 Tom Tromey > > * gdbtypes.c (copy_type_recursive): Allocate 'stored' on objfile's > obstack. This is OK. Thanks, Tom. -- Joel