aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/osmo-bts-sysmo/oml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-sysmo/oml.c b/src/osmo-bts-sysmo/oml.c
index 97a488f6..ee810fcf 100644
--- a/src/osmo-bts-sysmo/oml.c
+++ b/src/osmo-bts-sysmo/oml.c
@@ -298,6 +298,7 @@ uint32_t trx_get_hlayer1(struct gsm_bts_trx *trx)
static int trx_close_compl_cb(struct msgb *l1_msg, void *data)
{
+ msgb_free(l1_msg);
return 0;
}