aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/test_mesh_small.conf
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-06 16:43:13 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-06 16:43:13 +0000
commita024e1fe61644a01d0c5a759c04c5deb754f80a9 (patch)
tree434231a27bf0f58b2018483f3897acf8012a85b7 /src/mesh/test_mesh_small.conf
parentc06f842920f131a2bad6d92e178808c570d88af7 (diff)
downloadgnunet-a024e1fe61644a01d0c5a759c04c5deb754f80a9.tar.gz
gnunet-a024e1fe61644a01d0c5a759c04c5deb754f80a9.zip
Renamed functions, make valgrind stop complaining about memory leaks by explicitly freeing stuff before exit
Diffstat (limited to 'src/mesh/test_mesh_small.conf')
-rw-r--r--src/mesh/test_mesh_small.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_small.conf b/src/mesh/test_mesh_small.conf
index 98def94c0..580a36f88 100644
--- a/src/mesh/test_mesh_small.conf
+++ b/src/mesh/test_mesh_small.conf
@@ -49,6 +49,10 @@ PORT = 10004
49[mesh] 49[mesh]
50PORT = 10005 50PORT = 10005
51DEBUG=YES 51DEBUG=YES
52ACCEPT_FROM = 127.0.0.1;
53HOSTNAME = localhost
54# PREFIX = valgrind --leak-check=full
55# PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
52 56
53[testing] 57[testing]
54NUM_PEERS = 16 58NUM_PEERS = 16