Enthusiastic about the Cello

Results 1 issues of Enthusiastic about the Cello

In *NcSessionListenWidget::hostConnectionError()* you have: > hostDisconnect(); > ... > QMessageBox::critical( ... .arg(hostConnection->errorString())); but hostDisconnect() already deallocates the *hostConnection* (i.e. QTcpSocket*), so you should not refer to its errorString() method() any...