Changeset 5730 in ntrip


Ignore:
Timestamp:
Jul 31, 2014, 3:25:39 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 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}
  • trunk/BNC/src/PPP/pppThread.cpp

    r5729 r5730  
    6060////////////////////////////////////////////////////////////////////////////
    6161t_pppThread::~t_pppThread() {
     62  cout << "~t_pppThread" << endl;
    6263}
    6364
Note: See TracChangeset for help on using the changeset viewer.