Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / gnunet-service-transport_clients.c
index 9955cee5cb44c05fce097e47124772f7b0ec94eb..af15023df15b240a9358598c3b988babbb6889dc 100644 (file)
@@ -902,6 +902,7 @@ transmit_address_to_client (void *cls,
       GNUNET_CONTAINER_DLL_remove (a2s_head,
                                    a2s_tail,
                                    actx);
+      GNUNET_free (atsm);
       GNUNET_free (actx);
       return;
     }