projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c05d67a
)
- uninitialized memory
author
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 14:08:29 +0000
(14:08 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 14:08:29 +0000
(14:08 +0000)
src/mesh/gnunet-service-mesh_connection.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh_connection.c
b/src/mesh/gnunet-service-mesh_connection.c
index c3aee6f389a570e839d58e7bd87838c2145733e9..a47a3b83523d9eae8702bb77eb7711f088e88b31 100644
(file)
--- 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,
/* create path: self not found in path through self */
GNUNET_break_op (0);
path_destroy (path);
- GMC_destroy (c);
return GNUNET_OK;
}
LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos);