Hello, since we decided to add an automatic sip.transferback() call within the exec_loop() method of QDialog, I was wondering if we should do the same for QPopupMenu. In fact, calling exec() in a QPopupMenu makes its use modal, so it's subject to the same deallocation issues of a modal dialog. -- Giovanni Bajo