Changeset 7888 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Apr 26, 2016, 3:28:16 PM (8 years ago)
Author:
stuerze
Message:

a try to fix a persistent memory leak

File:
1 edited

Legend:

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

    r7866 r7888  
    282282      unsigned nObs        = 0;
    283283      for (unsigned ii = 0; ii < obsVector.size(); ii++) {
    284         t_pppSatObs* satObs = obsVector.at(ii);
     284        const t_pppSatObs* satObs = obsVector.at(ii);
    285285        if (satObs->prn().system() == 'R') {
    286286          if (tLC == t_lc::dummy) {
Note: See TracChangeset for help on using the changeset viewer.