LiFan
2024-09-05 b1ab7206131f418dc66dac246e17899c7bea2c2a
1
2
3
4
5
6
7
#include "pch.h"
#include "JStringImpl.hpp"
 
void JStringImpl::Release()
{
    if (this)delete this;
}