A Tk app I've written has a tendency to eat memory as events are fired. Someone in the CB pointed out that this could be caused by closures in my code. Is this still a problem in 5.8? That is, will I see any significant decreases in memory usage by removing closures??