From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 45076 invoked by alias); 8 Dec 2018 16:22:42 -0000 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 Received: (qmail 45018 invoked by uid 89); 8 Dec 2018 16:22:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailsec119.isp.belgacom.be Received: from mailsec119.isp.belgacom.be (HELO mailsec119.isp.belgacom.be) (195.238.20.115) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 08 Dec 2018 16:22:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1544286159; x=1575822159; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=3hAnIYXyYUaIx5+q+BvO9LfRv/WrcsGwOxsYntm+v4M=; b=OOGG2tMZ+Zl11bO3Yz+EnLYv6L8iEQrqIx5szBRbZJD/ROH1PS2wGiy6 XxJsI04dsSFFsdI66oSMy9yr8/whVw==; Received: from 184.205-67-87.adsl-dyn.isp.belgacom.be (HELO md) ([87.67.205.184]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 08 Dec 2018 17:22:36 +0100 Message-ID: <1544286156.24304.0.camel@skynet.be> Subject: Re: [RFA] Fix leak by using td_ta_delete() to deregister target process and deallocate internal process handle. From: Philippe Waroquiers To: Pedro Alves , gdb-patches@sourceware.org Date: Sat, 08 Dec 2018 16:22:00 -0000 In-Reply-To: <22f21481-7efa-2836-235b-d2d803f26220@redhat.com> References: <20181207203410.29636-1-philippe.waroquiers@skynet.be> <22f21481-7efa-2836-235b-d2d803f26220@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00107.txt.bz2 On Sat, 2018-12-08 at 15:54 +0000, Pedro Alves wrote: > Otherwise looks fine. Please push. Thanks! Thanks for the review. Pushed after doing the suggested changes+retest. Philippe