We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a99666 commit 19ae8d9Copy full SHA for 19ae8d9
Windows Build Identifier/SevenZipExtractor/SafeLibraryHandle.cs
@@ -10,9 +10,6 @@ public SafeLibraryHandle() : base(true)
10
{
11
}
12
13
- /// <summary>Release library handle</summary>
14
- /// <returns>true if the handle was released</returns>
15
- [ReliabilityContract(Consistency.WillNotCorruptState, Cer.Success)]
16
protected override bool ReleaseHandle()
17
18
return Kernel32Dll.FreeLibrary(this.handle);
0 commit comments