mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
enhance: call gc after viewing commit changed
This commit is contained in:
@@ -623,6 +623,8 @@ namespace SourceGit.ViewModels
|
||||
RevisionFileSearchFilter = string.Empty;
|
||||
IsRevisionFileSearchSuggestionOpen = false;
|
||||
|
||||
GC.Collect();
|
||||
|
||||
if (_commit == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user