Changeset 7655 in ntrip


Ignore:
Timestamp:
Jan 5, 2016, 5:34:35 PM (8 years ago)
Author:
stuerze
Message:

some code cleanup

File:
1 edited

Legend:

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

    r7637 r7655  
    223223  delete _nmeaFile;
    224224  delete _snxtroFile;
     225  while (!_epoData.empty()) {
     226    _epoData.pop_front();
     227  }
    225228}
    226229
Note: See TracChangeset for help on using the changeset viewer.