aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmux.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmux.c')
-rw-r--r--src/osmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmux.c b/src/osmux.c
index c42ec2f..cc8549f 100644
--- a/src/osmux.c
+++ b/src/osmux.c
@@ -406,7 +406,7 @@ void osmux_xfrm_input_init(struct osmux_in_handle *h)
LOGP(DLMIB, LOGL_DEBUG, "initialized osmux input converter\n");
- batch = talloc(NULL, struct osmux_batch);
+ batch = talloc_zero(NULL, struct osmux_batch);
if (batch == NULL)
return;