commit | 1ef362cc62a761811294f390e0ead2785e12c9b0 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Jan 26 22:38:04 2022 +0100 |
committer | Jens Geyer <jensg@apache.org> | Thu Jan 27 08:55:19 2022 +0100 |
tree | 4db90e31805ac8285baeb1610349ec4624bc28e4 | |
parent | fb87b440cdba9ba53b0db88296c86a92a3ae2503 [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()