From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7333 invoked by alias); 15 Apr 2014 15:30:59 -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 7324 invoked by uid 89); 15 Apr 2014 15:30:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f45.google.com Received: from mail-yh0-f45.google.com (HELO mail-yh0-f45.google.com) (209.85.213.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Apr 2014 15:30:57 +0000 Received: by mail-yh0-f45.google.com with SMTP id a41so9554825yho.18 for ; Tue, 15 Apr 2014 08:30:55 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.157.167 with SMTP id o27mr3454114yhk.127.1397575855344; Tue, 15 Apr 2014 08:30:55 -0700 (PDT) Received: by 10.170.214.130 with HTTP; Tue, 15 Apr 2014 08:30:55 -0700 (PDT) In-Reply-To: <87sipf9c17.fsf@gnu.org> References: <1397060028-18158-1-git-send-email-wingo@igalia.com> <1397060028-18158-10-git-send-email-wingo@igalia.com> <87tx9wjejo.fsf@gnu.org> <87sipf9c17.fsf@gnu.org> Date: Tue, 15 Apr 2014 15:30:00 -0000 Message-ID: Subject: Re: [PATCH 9/9] Remove a useless Guile finalizer From: Doug Evans To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00294.txt.bz2 On Tue, Apr 15, 2014 at 2:28 AM, Ludovic Court=C3=A8s wrote: >> For smobs accessed from gdb ... that's the context in which my >> comments were made. Alas, any such object probably requires a free >> function anyway. > > Why do you say it =E2=80=9Crequires=E2=80=9D a free function? The commen= t says =E2=80=9CNot > necessary, done to catch bugs.=E2=80=9D I was *not* referring to that particular function. This function can indeed go. Again, sorry for the confusion.