From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11969 invoked by alias); 6 Aug 2007 22:43:42 -0000 Received: (qmail 11489 invoked by uid 22791); 6 Aug 2007 22:43:37 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 06 Aug 2007 22:43:35 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l76MhXDw012645 for ; Mon, 6 Aug 2007 18:43:33 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l76MhXQJ020277 for ; Mon, 6 Aug 2007 18:43:33 -0400 Received: from ironwood.lan (vpn-14-45.rdu.redhat.com [10.11.14.45]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l76MhWFU024969 for ; Mon, 6 Aug 2007 18:43:32 -0400 Date: Mon, 06 Aug 2007 22:43:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [PATCH] solib-svr4.c, several memory leaks Message-ID: <20070806154332.6be40581@ironwood.lan> In-Reply-To: References: <23585.12.7.175.2.1186282957.squirrel@webmail.sonic.net> X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.10.4; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2007-08/txt/msg00131.txt.bz2 On Mon, 06 Aug 2007 15:13:52 -0700 Jim Blandy wrote: > msnyder@sonic.net writes: > > 2007-08-04 Michael Snyder > > > > * solib-svr4.c (open_symbol_file_object): Memory leak. > > (svr4_current_sos): Ditto. > > (enable_break): Ditto. > > Looks okay to me. Agreed. Kevin