i know you have to remove temporary locations when used in order to prevent leaks, but heres my question: if say a for loop assigns a temporary location each time around, do u have to remove the location in the loop, or can u do it after, and still have no leaks??
basically if a long trigger uses the same temporary location variable (but changes it) many times, can u just destroy it at the end? or after each use?
basically if a long trigger uses the same temporary location variable (but changes it) many times, can u just destroy it at the end? or after each use?