Changeset 9822 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Sep 12, 2022, 11:03:54 AM (20 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9819 r9822  
    139139
    140140  delete _dateAndTimeGPS;
    141   delete _rawFile;
    142   delete _bncComb;
     141  if (_rawFile) {
     142    delete _rawFile;
     143  }
     144
     145  if (_bncComb) {
     146    delete _bncComb;
     147    _bncComb = 0;
     148  }
    143149  delete _pppMain;
    144150}
Note: See TracChangeset for help on using the changeset viewer.