Changeset 7278 in ntrip for trunk/BNC/src/PPP/pppEphPool.cpp


Ignore:
Timestamp:
Sep 15, 2015, 4:48:34 AM (9 years ago)
Author:
stuerze
Message:

some memory leaks fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppEphPool.cpp

    r7237 r7278  
    1111 * Created:    29-Jul-2014
    1212 *
    13  * Changes:   
     13 * Changes:
    1414 *
    1515 * -----------------------------------------------------------------------*/
     
    5252//
    5353/////////////////////////////////////////////////////////////////////////////
    54 t_irc t_pppEphPool::getCrd(const t_prn& prn, const bncTime& tt, 
     54t_irc t_pppEphPool::getCrd(const t_prn& prn, const bncTime& tt,
    5555                             ColumnVector& xc, ColumnVector& vv) const {
    5656  return _satEphPool[prn.toInt()].getCrd(tt, xc, vv);
     
    8484    t_eph* eph = _ephs[ii];
    8585    if (eph->IOD() == corr->_iod) {
    86       eph->setOrbCorr(corr);
    87       return;
     86      eph->setOrbCorr(corr);
    8887    }
    8988  }
     
    9796    t_eph* eph = _ephs[ii];
    9897    if (eph->IOD() == corr->_iod) {
    99       eph->setClkCorr(corr); 
     98      eph->setClkCorr(corr);
    10099    }
    101100  }
Note: See TracChangeset for help on using the changeset viewer.