Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ef00200

Browse files
committed
Dispose all the things
1 parent 8c4cfe6 commit ef00200

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitHub.UI.Reactive/Controls/SimpleViewUserControl.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ protected virtual void Dispose(bool disposing)
6666
if (disposed) return;
6767

6868
close.Dispose();
69+
cancel.Dispose();
70+
isBusy.Dispose();
6971
disposed = true;
7072
}
7173
}

0 commit comments

Comments
 (0)