Fixed invalid handle error in class module.
This commit is contained in:
parent
79bf4230c1
commit
b0509ca105
|
@ -547,6 +547,7 @@ ClassLoad(bool:keepMultipliers = false)
|
|||
|
||||
// Remove key/value cache.
|
||||
CloseHandle(kvClassData);
|
||||
kvClassData = INVALID_HANDLE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user