Changeset 2907 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Jan 27, 2011, 2:17:20 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r2899 r2907  
    117117#ifdef USE_COMBINATION
    118118  _bncComb = new bncComb();
     119  if (_bncComb->nStreams() < 2) {
     120    delete _bncComb;
     121    _bncComb = 0;
     122  }
    119123#endif
    120124}
Note: See TracChangeset for help on using the changeset viewer.