Skip to content

Commit

Permalink
Adds async lock dispose call.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Aug 6, 2017
1 parent 9295db4 commit 0ce5108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RxSwift/Observers/TailRecursiveSink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ class TailRecursiveSink<S: Sequence, O: ObserverType>
super.dispose()

_subscription.dispose()
_gate.dispose()

schedule(.dispose)
}
Expand Down

0 comments on commit 0ce5108

Please sign in to comment.