diff --git a/Facepunch.Steamworks/Interop/ServerRules.cs b/Facepunch.Steamworks/Interop/ServerRules.cs index 714f299..7bf502c 100644 --- a/Facepunch.Steamworks/Interop/ServerRules.cs +++ b/Facepunch.Steamworks/Interop/ServerRules.cs @@ -47,13 +47,13 @@ namespace Facepunch.Steamworks.Interop vTablePin.Free(); if ( RulesRespondPin.IsAllocated ) - vTablePin.Free(); + RulesRespondPin.Free(); if ( FailedRespondPin.IsAllocated ) - vTablePin.Free(); + FailedRespondPin.Free(); if ( CompletePin.IsAllocated ) - vTablePin.Free(); + CompletePin.Free(); } void InstallVTable()