- memleak
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_tunnel.c
index 5019be9498913e3102272b7c32087829e87fd236..da17039a2c268df67344d083c40f5eded25ceb54 100644 (file)
@@ -3049,6 +3049,10 @@ GCT_destroy (struct CadetTunnel *t)
       GNUNET_SCHEDULER_cancel (t->kx_ctx->finish_task);
     GNUNET_free (t->kx_ctx);
   }
+
+  if (NULL != t->ax)
+    destroy_ax (t);
+
   GNUNET_free (t);
 }