Skip to content

Commit 88902e0

Browse files
author
BRUNER Patrick
committed
dispose was missing
1 parent 318960b commit 88902e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/LogExpert.UI/Dialogs/LogTabWindow/LogTabWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,7 @@ protected override void Dispose (bool disposing)
804804
components.Dispose();
805805
_tabStringFormat?.Dispose();
806806
_menuToolbarController?.Dispose();
807+
_toolWindowCoordinator?.Dispose();
807808
}
808809

809810
_disposed = true;

0 commit comments

Comments
 (0)