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


Ignore:
Timestamp:
Jul 31, 2014, 3:18:23 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5727 r5729  
    7373  _logStream   = 0;
    7474  _rawFile     = 0;
     75  _caster      = 0;
    7576#ifdef USE_COMBINATION
    7677  _bncComb     = 0;
     
    630631void t_bncCore::slotQuit() {
    631632  cout << "t_bncCore::slotQuit" << endl;
    632   _caster.clear();
     633  delete _caster; _caster = 0;
    633634  qApp->quit();
    634635}
Note: See TracChangeset for help on using the changeset viewer.