Changeset 9731 in ntrip for trunk/BNC/src
- Timestamp:
- May 25, 2022, 4:32:40 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r9730 r9731 109 109 } 110 110 if (_outSocket) { 111 disconnect(_outSocket, SIGNAL(sslErrors(QList<QSslError>)), this, SLOT(slotSslErrors(QList<QSslError>))); 112 disconnect(_outSocket, SIGNAL(disconnected()), this, SLOT(slotSslSocketConnectionClosed())); 111 113 delete _outSocket; 112 114 } … … 212 214 return; 213 215 } 214 delete _outSocket; 215 _outSocket=0; 216 _outSocket->close(); 216 217 } 217 218 … … 357 358 disconnect(_outSocket, SIGNAL(sslErrors(QList<QSslError>)), this, SLOT(slotSslErrors(QList<QSslError>))); 358 359 emit(newMessage("slotSslSocketConnectionClosed", true)); 359 delete _outSocket; 360 _outSocket = 0; 361 } 362 363 364 365 360 if (_outSocket) { 361 delete _outSocket; 362 _outSocket = 0; 363 } 364 } 365 366 367 368
Note:
See TracChangeset
for help on using the changeset viewer.