aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-03-15 14:09:41 +0100
committerThomas White <taw@physics.org>2019-03-15 14:09:41 +0100
commit41d7eef061eab1eac8d08721b263bcc92c174179 (patch)
treeeaf137d636427165487e06cf36663132fc58ae14 /src
parentc9e18f406b4a8371a1126fc58df870407c792e03 (diff)
Set msgpack_obj to NULL when not in use
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c1
1 files changed, 1 insertions, 0 deletions
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 {