My application calls another widget from the current and i never need the previous widget.
So i want to kill the parent widget to avoid memory leak.

I want to solve this problem as my widgets chains a lot.

Can anybody help?

Mahe2310