Skip to content

Commit 4233833

Browse files
Dispose the BIP32 instance
1 parent 292be86 commit 4233833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/FinderOuter/Services/SearchSpaces/MnemonicSearchSpace.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public bool ProcessNoMissing(ICompareService comparer, string pass, BIP0032Path
152152

153153
try
154154
{
155-
BIP0032 temp = mnType switch
155+
using BIP0032 temp = mnType switch
156156
{
157157
MnemonicTypes.BIP39 => new BIP0039(Input, wl, pass),
158158
MnemonicTypes.Electrum => new ElectrumMnemonic(Input, wl, pass),

0 commit comments

Comments
 (0)