Skip to content

Commit 8a3409c

Browse files
committedSep 27, 2016
gsm0408_test: initialize msgb talloc ctx
Change-Id: Ib26214add1932e93651c248cc09fbc68339b4dce
1 parent f45334b commit 8a3409c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/gsm0408/gsm0408_test.c

+1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ static void test_mid_from_tmsi(void)
149149

150150
int main(int argc, char **argv)
151151
{
152+
msgb_talloc_ctx_init(NULL, 0);
152153
test_bearer_cap();
153154
test_mid_from_tmsi();
154155

0 commit comments

Comments
 (0)