Explorar el Código

Remove unnecessary dispose call.

akarnokd hace 6 años
padre
commit
628cba8382
Se han modificado 1 ficheros con 0 adiciones y 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;