aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/utils/meas_udp2db.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/utils/meas_udp2db.c')
-rw-r--r--openbsc/src/utils/meas_udp2db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/utils/meas_udp2db.c b/openbsc/src/utils/meas_udp2db.c
index 4a07217ad..5032d0c3e 100644
--- a/openbsc/src/utils/meas_udp2db.c
+++ b/openbsc/src/utils/meas_udp2db.c
@@ -90,6 +90,8 @@ int main(int argc, char **argv)
char *db_fname;
int rc;
+ msgb_talloc_ctx_init(NULL, 0);
+
if (argc < 2) {
fprintf(stderr, "You have to specify the database file name\n");
exit(2);