libmaia
libmaia copied to clipboard
Segmentation fault when delete MaiaXmlRpcServer instance
Application crash when delete a MaiaXmlRpcServer instance. The crash ocurs in MaiaXmlRpcServerConnection destructor in clientConnection->deleteLater(); line. Removing this line the server instance its destroyed without segmentation fault and the QTcpSocket its closed. Its posible that te clientConnection its destroyed by QTcpServer and with the deleted line in destructor it was destroyed twice.
Edit: Happen with allowPersistentConnection enabled.