mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 11:02:37 -05:00
status: disable and free fscache at the end of the status command
At the end of the status command, disable and free the fscache so that we don't leak the memory and so that we can dump the fscache statistics. Signed-off-by: Ben Peart <benpeart@microsoft.com>
This commit is contained in:
committed by
Johannes Schindelin
parent
17b3c6c7c2
commit
ff2dd5fe45
@@ -1454,6 +1454,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user