updated NEWS
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 17 Apr 2012 08:26:35 +0000 (08:26 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 17 Apr 2012 08:26:35 +0000 (08:26 +0000)
added option to valgrind script

NEWS
scripts/val_psensor.sh

diff --git a/NEWS b/NEWS
index a23d228..00751ae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@
 ** psensor-server: added --log-file option.
 ** psensor-server: logged measures when log level is 3.
 ** psensor: fixed many memory leaks in cfg.c (gconf2 keys).
+** psensor: fixed memory leak (sensor name when specified by the
+   configuration).
 
 * v0.6.2.17
 
index 7fd908b..8f632f7 100755 (executable)
@@ -12,4 +12,6 @@ do
     SUPP="$SUPP --suppressions=$i "
 done
 
-valgrind -v $SUPP --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --num-callers=20 --log-file=$DUMP_FILE $SDIR/../src/psensor
\ No newline at end of file
+echo starts psensor with options: $*
+
+valgrind -v $SUPP --tool=memcheck --leak-check=full --track-origins=yes --leak-resolution=high --num-callers=20 --log-file=$DUMP_FILE $SDIR/../src/psensor $*
\ No newline at end of file