aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-15 14:08:29 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-15 14:08:29 +0000
commitd3cc12ee5c871cdf4c32972925e1ea235c10e33f (patch)
treeb8805f34d2af6b1abc984b583bde5e9336b20df7 /src/mesh
parentc05d67a561ec151762ac7a6b8c17b5123d1ac504 (diff)
downloadgnunet-d3cc12ee5c871cdf4c32972925e1ea235c10e33f.tar.gz
gnunet-d3cc12ee5c871cdf4c32972925e1ea235c10e33f.zip
- uninitialized memory
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index c3aee6f38..a47a3b835 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1013,7 +1013,6 @@ GMC_handle_create (void *cls, const struct GNUNET_PeerIdentity *peer,
1013 /* create path: self not found in path through self */ 1013 /* create path: self not found in path through self */
1014 GNUNET_break_op (0); 1014 GNUNET_break_op (0);
1015 path_destroy (path); 1015 path_destroy (path);
1016 GMC_destroy (c);
1017 return GNUNET_OK; 1016 return GNUNET_OK;
1018 } 1017 }
1019 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); 1018 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos);