git-svn-id: svn://db.shs.com.ru/libs@558 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-06-22 20:37:27 +00:00
parent 46af39bb88
commit 25fea9b21a
6 changed files with 163 additions and 8 deletions

View File

@@ -41,7 +41,10 @@ ConnectionEdit::ConnectionEdit(QWidget * parent): QDialog(parent) {
ConnectionEdit::~ConnectionEdit() {
if (conn) delete conn;
if (conn) {
conn->stop();
delete conn;
}
}