mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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;
|
||||
IsRevisionFileSearchSuggestionOpen = false;
|
||||
|
||||
GC.Collect();
|
||||
|
||||
if (_commit == null)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue