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