aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/bsc-nat/bsc_nat_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/tests/bsc-nat/bsc_nat_test.c b/openbsc/tests/bsc-nat/bsc_nat_test.c
index 1d9052d6f..3e943cfe5 100644
--- a/openbsc/tests/bsc-nat/bsc_nat_test.c
+++ b/openbsc/tests/bsc-nat/bsc_nat_test.c
@@ -377,6 +377,7 @@ static void test_contrack()
talloc_free(parsed);
+ bsc_config_free(con->cfg);
talloc_free(nat);
msgb_free(msg);
}
@@ -548,6 +549,7 @@ static void test_mgcp_ass_tracking(void)
abort();
}
+ bsc_config_free(bsc->cfg);
talloc_free(nat);
}