Tim! I think I know what it is happening. You are right, your window is not
being destroy when you close the window.
Write this on the init of your window:
'self.setAttribute(QtCore.Qt.WA_DeleteOnClose)'. Check the memory again and
open several times the window, close it and open it.

Reply via email to