mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 19:55:00 +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;
|
||||
IsRevisionFileSearchSuggestionOpen = false;
|
||||
|
||||
GC.Collect();
|
||||
|
||||
if (_commit == null)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue