From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13494 invoked by alias); 15 Oct 2013 11:18:24 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 13482 invoked by uid 89); 15 Oct 2013 11:18:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f180.google.com Received: from mail-lb0-f180.google.com (HELO mail-lb0-f180.google.com) (209.85.217.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Oct 2013 11:18:22 +0000 Received: by mail-lb0-f180.google.com with SMTP id q8so6755621lbi.11 for ; Tue, 15 Oct 2013 04:18:19 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.170.135 with SMTP id am7mr35787372lac.25.1381835899378; Tue, 15 Oct 2013 04:18:19 -0700 (PDT) Received: by 10.112.101.7 with HTTP; Tue, 15 Oct 2013 04:18:19 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Oct 2013 11:18:00 -0000 Message-ID: Subject: Re: memory leak in regex - 4.9.0 From: Jonathan Wakely To: =?ISO-8859-1?Q?Lars_Gullik_Bj=F8nnes?= Cc: gcc-help Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00040.txt.bz2 On 15 October 2013 10:47, Jonathan Wakely wrote: > On 15 October 2013 10:42, Lars Gullik Bj=F8nnes wrote: >> >> Hi, >> >> I have something that certainly looks like a memory leak. > > Thanks, I'm looking into it ... I can reproduce it but it isn't obvious where it's coming from, could you please report it to Bugzilla?