Skip to content

Commit 4f43877

Browse files
committed
Disable CommandBars.Release() again to synch.
1 parent bcfbfb1 commit 4f43877

File tree

1 file changed

+1
-1
lines changed
  • Rubberduck.VBEEditor/SafeComWrappers/VBA

1 file changed

+1
-1
lines changed

Rubberduck.VBEEditor/SafeComWrappers/VBA/VBE.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public override void Release(bool final = false)
106106
{
107107
VBProjects.Release();
108108
CodePanes.Release();
109-
CommandBars.Release();
109+
//CommandBars.Release();
110110
Windows.Release();
111111
AddIns.Release();
112112
base.Release(final);

0 commit comments

Comments
 (0)