You simply don't "destroy" variables lol.
It is you are destroying or clearing the memory handle for the variable it holds, not destroying the variable itself.
Such as location, you don't destroy the variable TempLoc, but you just destroy the memory handle in which it holds the memory of a location inside the game, that if you don't use it anymore, you should clear it as it consume memory.