Merge pull request #1909 from benpeart/free-fscache-after-status-gfw

status: disable and free fscache at the end of the status command
This commit is contained in:
Johannes Schindelin 2018-11-05 14:01:30 +01:00
commit 7aa80493e6

View File

@ -1609,6 +1609,7 @@ int cmd_status(int argc, const char **argv, const char *prefix)
wt_status_print(&s);
wt_status_collect_free_buffers(&s);
enable_fscache(0);
return 0;
}