We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d68e896 commit 073e699Copy full SHA for 073e699
Sources/Verge/Library/StoreStateSubscription.swift
@@ -167,5 +167,6 @@ public final class StoreStateSubscription: Hashable, Cancellable, @unchecked Sen
167
168
deinit {
169
cancel()
170
+ _ = source.dispose()
171
}
172
0 commit comments