Removed the SAFE_DELETE macro.
In most case the assignment to null was not necessary since it was easily provable that the (local) variable wouldn't have referenced after that anyway.
Showing
Please register or sign in to comment
In most case the assignment to null was not necessary since it was easily provable that the (local) variable wouldn't have referenced after that anyway.