mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
optimize: collect garbage after SetGrammar to avoid memory leak
This commit is contained in:
parent
340fe9e3ba
commit
8fc25e312d
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
using System.IO;
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
using Avalonia.Styling;
|
||||
|
||||
|
@ -54,6 +55,7 @@ namespace SourceGit.Models
|
|||
|
||||
var reg = installation.RegistryOptions as RegistryOptions;
|
||||
installation.SetGrammar(reg.GetScopeByExtension(ext));
|
||||
GC.Collect();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue