Changeset 5730 in ntrip for trunk/BNC/src/PPP/pppMain.cpp


Ignore:
Timestamp:
Jul 31, 2014, 3:25:39 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.cpp

    r5729 r5730  
    8484    return;
    8585  }
     86
    8687  QListIterator<t_pppThread*> it(_pppThreads);
    8788  while (it.hasNext()) {
    8889    t_pppThread* pppThread = it.next();
    8990    pppThread->exit();
     91    pppThread->deleteLater();
    9092  }
     93  _pppThreads.clear();
     94
    9195  _running = false;
    9296}
Note: See TracChangeset for help on using the changeset viewer.