remsim_server: Enable talloc tracking of msgb allocations

Change-Id: Ia8c729756da6bb85e61a65addae4d4c83e7b6fde
This commit is contained in:
Harald Welte 2019-07-18 18:46:48 +02:00
parent 4e87bebcc7
commit 92fd7343e3
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ int main(int argc, char **argv)
g_tall_ctx = talloc_named_const(NULL, 0, "global");
talloc_asn1_ctx = talloc_named_const(g_tall_ctx, 0, "asn1");
msgb_talloc_ctx_init(g_tall_ctx, 0);
osmo_init_logging2(g_tall_ctx, &log_info);