1
0
Эх сурвалжийг харах

Remove unnecessary dispose call.

akarnokd 6 жил өмнө
parent
commit
628cba8382

+ 0 - 1
Rx.NET/Source/src/System.Reactive/Linq/Observable/Zip.cs

@@ -334,7 +334,6 @@ namespace System.Reactive.Linq.ObservableImpl
                     }
                     if (Interlocked.Increment(ref _enumerationInProgress) != 1)
                     {
-                        currentEnumerator.Dispose();
                         return;
                     }
                     bool hasNext;