Processed: Re: Bug#438121: memory leak problem in the main-menu.c

2007-08-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tags 438121 + pending Bug#438121: memory leak problem in the main-menu.c Tags were: d-i patch Tags added: pending > tags 438121 - d-i Bug#438121: memory leak problem in the main-menu.c Tags were: pending d-i patch Tags removed: d-i > thanks

Bug#438121: memory leak problem in the main-menu.c

2007-08-27 Thread Jérémy Bobbio
tags 438121 + pending tags 438121 - d-i thanks On Wed, Aug 15, 2007 at 11:06:40PM +0900, Masami Ichikawa wrote: > I found one memory leak problem in the main-menu.c at show_main_menu(). > The "s" variable is leaked. Applied in r49045. Thanks for the patch! Cheers, -- Jérémy Bobbio

Bug#438121: memory leak problem in the main-menu.c

2007-08-15 Thread Masami Ichikawa
Package: main-menu Version: 1.21 Severity: normal Tags: d-i, patch Hello. I found one memory leak problem in the main-menu.c at show_main_menu(). The "s" variable is leaked. Cheers, -- /* * Masami Ichikawa * mailto: [EMAIL PROTECTED] * : [EMAIL PROTECTED] */ Index: main-menu.c ===