mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[GRML]
- Fix build svn path=/trunk/; revision=68211
This commit is contained in:
@@ -70,12 +70,16 @@ public:
|
||||
static void Term()
|
||||
{
|
||||
ULONG ref;
|
||||
#ifdef ASSERT
|
||||
ASSERT(!s_IsTerminated);
|
||||
#endif
|
||||
s_IsTerminated = true;
|
||||
if (s_pInstance)
|
||||
{
|
||||
ref = s_pInstance->Release();
|
||||
#ifdef ASSERT
|
||||
ASSERT(ref == 0);
|
||||
#endif
|
||||
s_pInstance = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user