From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10109 invoked by alias); 5 Dec 2006 20:09:56 -0000 Received: (qmail 10100 invoked by uid 22791); 5 Dec 2006 20:09:56 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 05 Dec 2006 20:09:51 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1GrgbX-0006fl-JS; Tue, 05 Dec 2006 15:09:27 -0500 Date: Tue, 05 Dec 2006 20:09:00 -0000 From: Daniel Jacobowitz To: Jim Blandy Cc: Markus Deuling , Joel Brobecker , gdb@sourceware.org Subject: Re: GDB 6.5.90 available for testing (GDB 6.6 pre-release) Message-ID: <20061205200927.GA25631@nevyn.them.org> Mail-Followup-To: Jim Blandy , Markus Deuling , Joel Brobecker , gdb@sourceware.org References: <20061202192351.GY3304@adacore.com> <4573EBCD.90505@de.ibm.com> <20061204182108.GA11343@adacore.com> <4575197F.7020602@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00045.txt.bz2 On Tue, Dec 05, 2006 at 11:12:59AM -0800, Jim Blandy wrote: > > Here's the patch I've been using for this. It'd be better to rework > the way those functions use those obstacks, but... I might be mistaken, but I think calling obstack_init here is a memory leak. -- Daniel Jacobowitz CodeSourcery