mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Remove redundant check
Pointer for RSON object was already checked above.
This commit is contained in:
parent
8cb46354e6
commit
65e973f76b
@ -200,11 +200,8 @@ void CSquirrelVM::CompileModScripts()
|
||||
}
|
||||
}
|
||||
|
||||
if (rson)
|
||||
{
|
||||
RSON_Free(rson, AlignedMemAlloc());
|
||||
AlignedMemAlloc()->Free(rson);
|
||||
}
|
||||
RSON_Free(rson, AlignedMemAlloc());
|
||||
AlignedMemAlloc()->Free(rson);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user