summaryrefslogtreecommitdiff
path: root/bench/wtperf/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'bench/wtperf/config.c')
-rw-r--r--bench/wtperf/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/config.c b/bench/wtperf/config.c
index 0dc38287155..475b6ffd2a4 100644
--- a/bench/wtperf/config.c
+++ b/bench/wtperf/config.c
@@ -390,9 +390,9 @@ config_threads(CONFIG *cfg, const char *config, size_t len)
return (0);
err: if (group != NULL)
- (void)group->close(group);
+ testutil_check(group->close(group));
if (scan != NULL)
- (void)scan->close(scan);
+ testutil_check(scan->close(scan));
fprintf(stderr,
"invalid thread configuration or scan error: %.*s\n",