Changeset 5975 in ntrip
- Timestamp:
- Aug 17, 2014, 1:49:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5973 r5975 61 61 cout << "~t_pppMain" << endl; 62 62 stop(); 63 QListIterator<t_pppOptions*> iOpt(_options); 64 while (iOpt.hasNext()) { 65 delete iOpt.next(); 66 } 63 67 } 64 68 … … 104 108 pppThread->exit(); 105 109 } 106 } 107 _pppThreads.clear(); 108 109 QListIterator<t_pppOptions*> iOpt(_options); 110 while (iOpt.hasNext()) { 111 delete iOpt.next(); 112 } 113 _options.clear(); 110 _pppThreads.clear(); 111 } 114 112 115 113 _running = false;
Note:
See TracChangeset
for help on using the changeset viewer.