- Timestamp:
- Dec 16, 2007, 2:36:12 PM (17 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r619 r620 382 382 tryReconnect(); 383 383 } 384 385 for (list<Observation*>::iterator it = _decoder->_obsList.begin();386 it != _decoder->_obsList.end(); it++) {387 delete *it;388 }389 _decoder->_obsList.clear();390 384 391 385 _socket->waitForReadyRead(_timeOut); -
trunk/BNC/run_valgrind
r615 r620 2 2 if [ "$1" == "start" ] 3 3 then 4 valgrind --leak-check=full ./bnc -nw 2> valgrind.txt &4 valgrind --leak-check=full --show-reachable=yes ./bnc -nw 2> valgrind.txt & 5 5 elif [ "$1" == "stop" ] 6 6 then
Note:
See TracChangeset
for help on using the changeset viewer.