aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-29 09:05:12 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-29 09:05:12 +0000
commitcec8e7eee09c84d32e7e8c6ae18d03a43eaa3e13 (patch)
tree7265c035f31625a2d0f631f43bd51128428213a9 /src/transport/plugin_transport_http.c
parent8c85ee6619a2580c239fe7807368bf8a6a8286fa (diff)
downloadgnunet-cec8e7eee09c84d32e7e8c6ae18d03a43eaa3e13.tar.gz
gnunet-cec8e7eee09c84d32e7e8c6ae18d03a43eaa3e13.zip
- refactorind reverting last fix
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 2bc82d8f0..d55cdb76b 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -601,6 +601,8 @@ delete_session (struct Session *s)
601 s->msg_tk = NULL; 601 s->msg_tk = NULL;
602 } 602 }
603 GNUNET_free (s->addr); 603 GNUNET_free (s->addr);
604 GNUNET_free_non_null (s->server_recv);
605 GNUNET_free_non_null (s->server_send);
604 GNUNET_free (s); 606 GNUNET_free (s);
605} 607}
606 608