Hi to all, I'm having a problem using the latest Pharo5 image. I can use it normally, but after a time using it. I see the memory usage has increased. As I'm working with many objects this usage increase very fast, each test is creating them and discarding them. When I started looking where all my memory usage was, I have checked that a lot of instances of GTInspector are not released (around 30 in a normal usage of an hour of programming), also each intance of GTInspector has my tree of objects, so there are never released. I have checked that my objects are not referenced from other places. The only remaining references they have are the inspectors and the visual elements in them. Any has this problem? Do you have any clue or workaround for releasing all this instances? Thanks! -- Pablo Tesone. tesonep@gmail.com