From 41d7eef061eab1eac8d08721b263bcc92c174179 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Mar 2019 14:09:41 +0100 Subject: Set msgpack_obj to NULL when not in use --- src/im-sandbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 3d8287df..0ec20ea2 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -449,6 +449,7 @@ static int run_work(const struct index_args *iargs, Stream *st, pargs.filename_p_e->ev = NULL; } + pargs.msgpack_obj = NULL; } else { -- cgit v1.2.3