Remove overrelease in test (#23887)
authorAaron Robinson <arobins@microsoft.com>
Thu, 11 Apr 2019 05:54:46 +0000 (22:54 -0700)
committerJeremy Koritzinsky <jkoritzinsky@gmail.com>
Thu, 11 Apr 2019 05:54:46 +0000 (22:54 -0700)
tests/src/Interop/COM/NETClients/ConsumeNETServer/Program.cs

index 35ce280..1a2aa68 100644 (file)
@@ -57,11 +57,6 @@ namespace NetClient
             }
             finally
             {
-                if (ccw != IntPtr.Zero)
-                {
-                    Marshal.Release(ccw);
-                }
-
                 test.ReleaseResources();
             }
         }