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


Ignore:
Timestamp:
Apr 7, 2016, 9:46:49 AM (8 years ago)
Author:
stuerze
Message:

minor changes to allow a clean end of program

File:
1 edited

Legend:

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

    r7681 r7854  
    130130  while(it.hasNext()){
    131131    bncGetThread* thread = it.next();
     132    disconnect(thread, 0, 0, 0);
     133    _staIDs.removeAll(thread->staID());
     134    _threads.removeAll(thread);
    132135    thread->terminate();
    133136  }
Note: See TracChangeset for help on using the changeset viewer.