From f05d15e160d97c3f98bec3b61b9ed000139f9a6f Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Mon, 20 Feb 2023 17:24:22 +0100 Subject: [PATCH] drop obsolete fixme comment msgb will be freed by osmo_stream_srv_send(), called via hnbgw_rua_tx(). Change-Id: If35f4cedf6f37be797dcd48e816461d3b1d9db54 --- src/osmo-hnbgw/hnbgw_rua.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/osmo-hnbgw/hnbgw_rua.c b/src/osmo-hnbgw/hnbgw_rua.c index 07b78b3..2160694 100644 --- a/src/osmo-hnbgw/hnbgw_rua.c +++ b/src/osmo-hnbgw/hnbgw_rua.c @@ -156,8 +156,6 @@ int rua_tx_disc(struct hnb_context *hnb, int is_ps, uint32_t context_id, ies.ranaP_Message.size = len; } - /* FIXME: msgb_free(msg)? ownership not yet clear */ - memset(&out, 0, sizeof(out)); rc = rua_encode_disconnecties(&out, &ies); if (rc < 0)