aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 8aee7408..1d334adb 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -426,7 +426,7 @@ static int run_work(const struct index_args *iargs, Stream *st,
if ( !ok ) continue;
pargs.filename = strdup(line);
- pargs.event = strdup(event_str);
+ pargs.event = safe_strdup(event_str);
free(line);