mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Fixed ServerRules callback memory leak
This commit is contained in:
parent
34d519cd7c
commit
f51ca35a34
@ -47,13 +47,13 @@ public void Dispose()
|
||||
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()
|
||||
|
Loading…
Reference in New Issue
Block a user