Some code updates

This commit is contained in:
GabsPuNs
2026-04-09 00:57:05 -04:00
parent fb12bc0860
commit abd2d848cf
59 changed files with 241 additions and 257 deletions

View File

@@ -135,7 +135,7 @@ __int64 ByteArrayInputStream::skip(__int64 n)
ByteArrayInputStream::~ByteArrayInputStream()
{
if (buf.data != NULL)
if (buf.data != nullptr)
{
delete[] buf.data;
}