mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Fixes from valgrind
This commit is contained in:
parent
0feaaded22
commit
676e7988fb
31 changed files with 243 additions and 147 deletions
|
@ -11554,11 +11554,13 @@ namespace IDE
|
|||
|
||||
public void CreateSpellChecker()
|
||||
{
|
||||
#if !CLI
|
||||
mSpellChecker = new SpellChecker();
|
||||
if (mSpellChecker.Init(scope String(mInstallDir, "en_US")) case .Err)
|
||||
{
|
||||
DeleteAndNullify!(mSpellChecker);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
public FileVersionInfo GetVersionInfo(out DateTime exeTime)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue