gsm0408_test: initialize msgb talloc ctx

Change-Id: Ib26214add1932e93651c248cc09fbc68339b4dce
This commit is contained in:
Neels Hofmeyr 2016-09-16 02:37:24 +02:00
parent f45334be29
commit 8a3409c4b7
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ static void test_mid_from_tmsi(void)
int main(int argc, char **argv)
{
msgb_talloc_ctx_init(NULL, 0);
test_bearer_cap();
test_mid_from_tmsi();