#include "pch.h" #include "JStringImpl.hpp" void JStringImpl::Release() { if (this)delete this; }