Skip to content

Commit 8ec9af9

Browse files
committed
fixes shutdown bug introduced in #4475 (early disposal of IVBE instance)
1 parent a2c78dd commit 8ec9af9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rubberduck.Main/VbeProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ internal static void Initialize(IVBE vbe)
2424

2525
internal static void Terminate()
2626
{
27-
Vbe.Dispose();
2827
Vbe = null;
2928
VbeRuntime = null;
3029
}

0 commit comments

Comments
 (0)