aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_ats.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_ats.c')
-rw-r--r--src/transport/gnunet-service-transport_ats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_ats.c b/src/transport/gnunet-service-transport_ats.c
index c866eadd9..5fcd8f479 100644
--- a/src/transport/gnunet-service-transport_ats.c
+++ b/src/transport/gnunet-service-transport_ats.c
@@ -697,7 +697,7 @@ GST_ats_del_session (const struct GNUNET_HELLO_Address *address,
697 /* This was an inbound address, the session is now gone, so we 697 /* This was an inbound address, the session is now gone, so we
698 need to also forget about the address itself. */ 698 need to also forget about the address itself. */
699 ai->ar = NULL; 699 ai->ar = NULL;
700 destroy_ai (address); 700 destroy_ai (ai);
701 } 701 }
702} 702}
703 703