diff --git a/NSspi/PackageSupport.cs b/NSspi/PackageSupport.cs index c2bdf5e..baff13c 100644 --- a/NSspi/PackageSupport.cs +++ b/NSspi/PackageSupport.cs @@ -14,7 +14,6 @@ namespace NSspi { SecPkgInfo info; SecurityStatus status = SecurityStatus.InternalError; - SecurityStatus freeStatus; IntPtr rawInfoPtr; @@ -40,7 +39,7 @@ namespace NSspi } finally { - freeStatus = NativeMethods.FreeContextBuffer( rawInfoPtr ); + NativeMethods.FreeContextBuffer( rawInfoPtr ); } } }