Explorar o código

Remove unnecessary dispose call.

akarnokd %!s(int64=6) %!d(string=hai) anos
pai
achega
628cba8382
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Rx.NET/Source/src/System.Reactive/Linq/Observable/Zip.cs

+ 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;