From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24482 invoked by alias); 4 Jan 2005 04:45:17 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 24431 invoked from network); 4 Jan 2005 04:45:11 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 4 Jan 2005 04:45:11 -0000 Received: from zaretski (tony04-59-234.inter.net.il [80.230.59.234]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AEU63829 (AUTH halo1); Tue, 4 Jan 2005 06:45:07 +0200 (IST) Date: Tue, 04 Jan 2005 04:45:00 -0000 From: "Eli Zaretskii" To: Andreas Schwab Message-ID: <01c4f218$Blat.v2.2.2$01f6b9a0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: (message from Andreas Schwab on Mon, 03 Jan 2005 14:49:43 +0100) Subject: Re: Fix memory leak in break command Reply-to: Eli Zaretskii References: X-SW-Source: 2005-01/txt/msg00011.txt.bz2 > From: Andreas Schwab > Date: Mon, 03 Jan 2005 14:49:43 +0100 > > Found this by code inspection. > > Andreas. > > 2005-01-03 Andreas Schwab > > * breakpoint.c (break_command_1): Always free err_msg before > returning when an exception was caught. Approved. Thanks.