Single most annoying and hard to find bug ive ever come across. I'd like to thank MSVC for not firing the one breakpoint I actually needed. Oh and a possible fix to sdktools.
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402295
This commit is contained in:
@@ -59,7 +59,11 @@ public:
|
||||
|
||||
~CriticalHitManager()
|
||||
{
|
||||
forwards->ReleaseForward(forward);
|
||||
if (forward != NULL)
|
||||
{
|
||||
forwards->ReleaseForward(forward);
|
||||
}
|
||||
|
||||
DeleteCriticalDetour();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user