Changeset 3296 in ntrip


Ignore:
Timestamp:
Jun 11, 2011, 1:59:16 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3277 r3296  
    192192  delete _rtnetDecoder;
    193193  delete _antex;
     194  for (int iPar = 1; iPar <= _params.size(); iPar++) {
     195    delete _params[iPar-1];
     196  }
    194197}
    195198
     
    456459        ll(iObs) = corr->dClk * t_CST::c - DotProduct(AA.Row(iObs), x0);
    457460      }
    458 
    459       delete epo;
    460461    }
    461462
     
    535536
    536537  emit newMessage(_log, false);
     538
     539  QListIterator<cmbEpoch*> itEpo2(epochs);
     540  while (itEpo2.hasNext()) {
     541    cmbEpoch* epo = itEpo2.next();
     542    delete epo;
     543  }
    537544}
    538545
Note: See TracChangeset for help on using the changeset viewer.