Changeset 10355 in ntrip for trunk/BNC/src/bnccaster.cpp


Ignore:
Timestamp:
Feb 26, 2024, 12:02:11 PM (17 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccaster.cpp

    r10238 r10355  
    145145
    146146  QListIterator<bncGetThread*> it(_threads);
     147
    147148  while(it.hasNext()){
    148149    bncGetThread* thread = it.next();
     
    152153    thread->terminate();
    153154  }
     155
    154156  delete _out;
    155157  delete _outFile;
     
    297299////////////////////////////////////////////////////////////////////////////
    298300void bncCaster::slotGetThreadFinished(QByteArray staID) {
    299   QMutexLocker locker(&_mutex);
     301  //QMutexLocker locker(&_mutex);
    300302
    301303  QListIterator<bncGetThread*> it(_threads);
     
    306308    }
    307309  }
    308 
    309310  _staIDs.removeAll(staID);
    310311  emit( newMessage(
     
    314315    emit getThreadsFinished();
    315316  }
     317
    316318}
    317319
Note: See TracChangeset for help on using the changeset viewer.