-typo
authorChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 12:21:40 +0000 (12:21 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 18 Oct 2015 12:21:40 +0000 (12:21 +0000)
src/transport/gnunet-service-transport_ats.c

index c866eadd92af34e8b093f2618da892dd7cbca56d..5fcd8f4792a5eef37cd59d908883f949e49e2639 100644 (file)
@@ -697,7 +697,7 @@ GST_ats_del_session (const struct GNUNET_HELLO_Address *address,
     /* This was an inbound address, the session is now gone, so we
        need to also forget about the address itself. */
     ai->ar = NULL;
-    destroy_ai (address);
+    destroy_ai (ai);
   }
 }