fixing memory leak
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Jun 2014 12:50:43 +0000 (12:50 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 26 Jun 2014 12:50:43 +0000 (12:50 +0000)
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;
     }