aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-16 13:54:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-16 13:54:56 +0000
commit24c6b8b0847e752c0001abd30d0c4d02f6761897 (patch)
treee39df716612d866f6960d12ce776186f6cb80c8e /src/vpn
parenta01069103ba40de0386ff895199ced38b6653734 (diff)
downloadgnunet-24c6b8b0847e752c0001abd30d0c4d02f6761897.tar.gz
gnunet-24c6b8b0847e752c0001abd30d0c4d02f6761897.zip
leak, c3053
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index abafe9ed6..7cd6d98d9 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -1133,8 +1133,8 @@ receive_tcp_remote (void *cls
1133 &s->addr, tunnel, state, (struct ip6_pkt *) buf); 1133 &s->addr, tunnel, state, (struct ip6_pkt *) buf);
1134 break; 1134 break;
1135 default: 1135 default:
1136 GNUNET_free (state);
1136 return GNUNET_SYSERR; 1137 return GNUNET_SYSERR;
1137 break;
1138 } 1138 }
1139 1139
1140 hash_redirect_info (&state->hash, &state->redirect_info, s->addrlen); 1140 hash_redirect_info (&state->hash, &state->redirect_info, s->addrlen);