aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/sgsn/sgsn_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/tests/sgsn/sgsn_test.c b/openbsc/tests/sgsn/sgsn_test.c
index 391cb6326..ae7a715e2 100644
--- a/openbsc/tests/sgsn/sgsn_test.c
+++ b/openbsc/tests/sgsn/sgsn_test.c
@@ -1461,6 +1461,10 @@ int main(int argc, char **argv)
test_gmm_cancel();
test_gmm_ptmsi_allocation();
printf("Done\n");
+
+ talloc_report_full(tall_bsc_ctx, stderr);
+ /* TODO: The following check currently fails */
+ /* OSMO_ASSERT(talloc_total_blocks(tall_msgb_ctx) == 1); */
return 0;
}