mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-31 18:07:14 +01:00
Fix.
This commit is contained in:
parent
e7e266314e
commit
9dd016a229
@ -357,7 +357,7 @@ public:
|
|||||||
///
|
///
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
void Release() {
|
void Release() {
|
||||||
if (!is_null(obj))
|
if (!sq_isnull(obj))
|
||||||
{
|
{
|
||||||
sq_release(vm, &obj);
|
sq_release(vm, &obj);
|
||||||
sq_resetobject(&obj);
|
sq_resetobject(&obj);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user