aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/bsc_msc_ip.c')
-rw-r--r--openbsc/src/bsc_msc_ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 518fbed26..4afed18f5 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -672,6 +672,7 @@ static int ipaccess_a_fd_cb(struct bsc_fd *bfd, unsigned int what)
} else if (hh->proto == IPAC_PROTO_SCCP)
sccp_system_incoming(msg);
+ talloc_free(msg);
return 0;
}