From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6162 invoked by alias); 8 Feb 2006 22:38:47 -0000 Received: (qmail 6147 invoked by uid 48); 8 Feb 2006 22:38:44 -0000 Date: Wed, 08 Feb 2006 22:38:00 -0000 Subject: [Bug other/26184] New: memory leaks in swing modulo scheduling function X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "uttamp at us dot ibm dot com" 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/msg00841.txt.bz2 List-Id: Hi, Found following memory leaks in modulo-sched.c In function, sms_schedule(), memory allocated and pointed by g_arr is not freed. In function sms_schedule_by_order(), sbitmap memory allocated and pointed by must_precede, must_follow and tobe_scheduled respectively, not freed. -- Summary: memory leaks in swing modulo scheduling function Product: gcc Version: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: uttamp at us dot ibm dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26184