diff options
| author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-09-16 02:37:24 +0200 | 
|---|---|---|
| committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2016-09-27 11:46:38 +0200 | 
| commit | 8a3409c4b7fefe4333b619498f2cad0c7c3ae81c (patch) | |
| tree | f9b4f2fc04f1c7312370330796c75fb684de527a /tests | |
| parent | f45334be29016a36594aacc07c90e262e4994525 (diff) | |
gsm0408_test: initialize msgb talloc ctx
Change-Id: Ib26214add1932e93651c248cc09fbc68339b4dce
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/gsm0408/gsm0408_test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gsm0408/gsm0408_test.c b/tests/gsm0408/gsm0408_test.c index b469b307..f922a4fd 100644 --- a/tests/gsm0408/gsm0408_test.c +++ b/tests/gsm0408/gsm0408_test.c @@ -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();  | 
