1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-22 19:38:47 +00:00

GC.SuppressFinalize(this)

This commit is contained in:
Oliver Booth 2022-11-30 19:03:49 +00:00
parent f040eade95
commit 64eb4190bb
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -182,6 +182,7 @@ public sealed partial class VirtualParadiseClient : IDisposable
public void Dispose() public void Dispose()
{ {
ReleaseUnmanagedResources(); ReleaseUnmanagedResources();
GC.SuppressFinalize(this);
} }
/// <summary> /// <summary>