Commits on Source 2
-
Gary E. Miller authored
The memory was allocated at the top of a for loop and freed at the bottom of the loop, but the loop contained continue statements in the middle.
-
Gary E. Miller authored
The warning had been marked 'intentional'.