Changeset 620 in ntrip


Ignore:
Timestamp:
Dec 16, 2007, 2:36:12 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r619 r620  
    382382        tryReconnect();
    383383      }
    384      
    385       for (list<Observation*>::iterator it = _decoder->_obsList.begin();
    386            it != _decoder->_obsList.end(); it++) {
    387         delete *it;
    388       }
    389       _decoder->_obsList.clear();
    390384
    391385      _socket->waitForReadyRead(_timeOut);
  • trunk/BNC/run_valgrind

    r615 r620  
    22if [ "$1" == "start" ]
    33then
    4   valgrind --leak-check=full ./bnc -nw 2> valgrind.txt &
     4  valgrind --leak-check=full --show-reachable=yes ./bnc -nw 2> valgrind.txt &
    55elif [ "$1" == "stop" ]
    66then
Note: See TracChangeset for help on using the changeset viewer.