aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/common/abis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/abis.c b/src/common/abis.c
index f1fb10c6..c0cd18cf 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -324,6 +324,7 @@ int abis_oml_sendmsg(struct msgb *msg)
if (!bts->oml_link) {
LOGP(DABIS, LOGL_INFO, "Drop Tx OML msg, OML link is down\n");
+ msgb_free(msg);
return 0;
}