Skip to content

Commit e30c994

Browse files
committed
Dispose of RubberduckParserState in App
1 parent c1bbbe2 commit e30c994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RetailCoder.VBE/App.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ public void Dispose()
205205
{
206206
_parser.State.StateChanged -= Parser_StateChanged;
207207
_parser.State.StatusMessageUpdate -= State_StatusMessageUpdate;
208+
_parser.State.Dispose();
208209
_parser.Dispose();
209210
// I won't set this to null because other components may try to release things
210211
}

0 commit comments

Comments
 (0)