From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10463 invoked by alias); 15 Feb 2006 23:04:51 -0000 Received: (qmail 10451 invoked by uid 48); 15 Feb 2006 23:04:49 -0000 Date: Wed, 15 Feb 2006 23:04:00 -0000 Message-ID: <20060215230449.10450.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug rtl-optimization/26184] memory leaks in swing modulo scheduling function In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg01754.txt.bz2 List-Id: ------- Comment #5 from pinskia at gcc dot gnu dot org 2006-02-15 23:04 ------- Fixed. Just for future reference you can do the changelog like: * modulo-sched.c (generate_reg_moves): Free bitmap vector uses_of_defs. (sms_schedule): Free g_arr pointer. (sms_schedule_by_order): Free bitmap pointers must_precede, must_follow and tobe_scheduled. In that the file which is referenced is the same you don't need to name it again. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26184