Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.3, 0.10.0
Description
It's undefined behaviour, if a Qt object (sender) get's deleted while executing on of it's slots. This can happen in case an exception occurs in TQTcpServer::beginDecode() as the call to ctxMap_.erase() will delete the sender of the Qt signal.