From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7060 invoked by alias); 15 Oct 2013 09:47:49 -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 7050 invoked by uid 89); 15 Oct 2013 09:47:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f173.google.com Received: from mail-lb0-f173.google.com (HELO mail-lb0-f173.google.com) (209.85.217.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Oct 2013 09:47:48 +0000 Received: by mail-lb0-f173.google.com with SMTP id o14so6681447lbi.32 for ; Tue, 15 Oct 2013 02:47:44 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.36.170 with SMTP id r10mr566589laj.48.1381830464887; Tue, 15 Oct 2013 02:47:44 -0700 (PDT) Received: by 10.112.101.7 with HTTP; Tue, 15 Oct 2013 02:47:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Oct 2013 09:47: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/msg00039.txt.bz2 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 ...