mirror of
https://github.com/git-for-windows/git.git
synced 2026-02-04 03:33:01 -06: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:
parent
805d2de25f
commit
0fd386c091
@ -1659,6 +1659,7 @@ struct repository *repo UNUSED)
|
||||
wt_status_print(&s);
|
||||
wt_status_collect_free_buffers(&s);
|
||||
|
||||
enable_fscache(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user