Changeset 7856 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Apr 7, 2016, 6:20:00 PM (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/pppRun.cpp

    r7815 r7856  
    224224  delete _snxtroFile;
    225225  while (!_epoData.empty()) {
     226    delete _epoData.front();
    226227    _epoData.pop_front();
    227228  }
Note: See TracChangeset for help on using the changeset viewer.