mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
enhance: call gc after viewing commit changed
This commit is contained in:
parent
ea0bec16da
commit
ca29a232e4
1 changed files with 2 additions and 0 deletions
|
@ -623,6 +623,8 @@ namespace SourceGit.ViewModels
|
||||||
RevisionFileSearchFilter = string.Empty;
|
RevisionFileSearchFilter = string.Empty;
|
||||||
IsRevisionFileSearchSuggestionOpen = false;
|
IsRevisionFileSearchSuggestionOpen = false;
|
||||||
|
|
||||||
|
GC.Collect();
|
||||||
|
|
||||||
if (_commit == null)
|
if (_commit == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue