From 418dd24f2d0d4112cb40640aca7c2d3703720a9e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 3 Mar 2003 14:22:35 +0000 Subject: reap zombie children (aka fix mem leak :-( ) --- perl-install/standalone/harddrake2 | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index c5742c956..b38ce41d2 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -317,6 +317,7 @@ $w->{rwindow}->show_all; undef $wait; gtkset_mousecursor_normal(); $_->hide foreach $module_cfg_button, $config_button; # hide buttons while no device +$SIG{CHLD} = 'IGNORE'; $w->main; -- cgit v1.2.1