commit | 561bc9ab7918bfddcfd0ecc722b162e43a9bc46b | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Jan 26 22:38:04 2022 +0100 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Thu Jan 27 08:51:15 2022 +0100 |
tree | 9a00a668fd7be50c30fccb8eb0db091868c6d6d9 | |
parent | bf0967537bdf189a8806fe05a2710e1011370956 [diff] [blame] |
THRIFT-5504 CA2254 Message template should be compile time constant Client netstd Patch: Jens Geyer
diff --git a/lib/netstd/Thrift/Protocol/TProtocol.cs b/lib/netstd/Thrift/Protocol/TProtocol.cs index 5b1bec1..cd93833 100644 --- a/lib/netstd/Thrift/Protocol/TProtocol.cs +++ b/lib/netstd/Thrift/Protocol/TProtocol.cs
@@ -50,6 +50,7 @@ public void Dispose() { Dispose(true); + GC.SuppressFinalize(this); } public void IncrementRecursionDepth()