aboutsummaryrefslogtreecommitdiff
path: root/src/dv/plugin_transport_dv.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-11 14:36:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-11 14:36:48 +0000
commitde171471f2de11b08e9990fffd04f8164256cb01 (patch)
tree7c84a66accbc26d40391774cf1a60025c42818ac /src/dv/plugin_transport_dv.c
parent2ac100a7b4fd757ecfd9d14fdaee95b8cf920523 (diff)
downloadgnunet-de171471f2de11b08e9990fffd04f8164256cb01.tar.gz
gnunet-de171471f2de11b08e9990fffd04f8164256cb01.zip
-fix leak
Diffstat (limited to 'src/dv/plugin_transport_dv.c')
-rw-r--r--src/dv/plugin_transport_dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/plugin_transport_dv.c b/src/dv/plugin_transport_dv.c
index e90604086..1f9a32fe4 100644
--- a/src/dv/plugin_transport_dv.c
+++ b/src/dv/plugin_transport_dv.c
@@ -776,7 +776,7 @@ libgnunet_plugin_transport_dv_init (void *cls)
776 * @param cls NULL 776 * @param cls NULL
777 * @param key unused 777 * @param key unused
778 * @param value session to free 778 * @param value session to free
779 * @return GNUNET_OK (continue to iterate) 779 * @return #GNUNET_OK (continue to iterate)
780 */ 780 */
781static int 781static int
782free_session_iterator (void *cls, 782free_session_iterator (void *cls,