When I change the background on an entry widget it seem to permanently loose a small amount of memory. In the code below if I have selected the "no_color" option memory is stable. If I don't select this option memory grows until it exhausts what is available.
if (! $no_color){
if ($machine_status{$s} eq "Responded") {
$machine_status_wid{$s}->Change(-background=>@green)
} elsif ($machine_status{$s} eq "Timed Out") {
$machine_status_wid{$s}->Change(-background=>@red)
} elsif ($machine_status{$s} eq "Testing") {
$machine_status_wid{$s}->Change(-background=>@blue)
}
}
scenarios driven results term levels work future fuel
fixed in CVS. pending release.