aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2017-09-07 11:39:58 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2017-09-11 10:14:00 +0200
commit4502f5ff5854157637de526bd64dc317df434be4 (patch)
treea80aa93f8053308141aefdb5232b9fb8230f1c9d /include
parentb305a004f7aa3e28f7ea52b36868826400fad483 (diff)
a_iface: fix memory leaks
Fix multiple memory leaske in A/BSSMAP code Change-Id: I90703c96e6a266a1cfa60b184139375aeb9ae32d
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/msc/a_iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/msc/a_iface.h b/include/osmocom/msc/a_iface.h
index a49ede25e..32003ebdb 100644
--- a/include/osmocom/msc/a_iface.h
+++ b/include/osmocom/msc/a_iface.h
@@ -51,7 +51,7 @@ struct bsc_context {
/* Initalize A interface connection between to MSC and BSC */
int a_init(struct osmo_sccp_instance *sccp, struct gsm_network *network);
-/* Send DTAP message via A-interface */
+/* Send DTAP message via A-interface, take ownership of msg */
int a_iface_tx_dtap(struct msgb *msg);
/* Send Cipher mode command via A-interface */