Memory leaks are NOT found by static analysis - Introduction of Software Engineering
Q. What can static analysis NOT find? - Published on 24 Jul 15a. The use of a variable before it has been defined.
b. Unreachable (“dead”) code.
c. Memory leaks.
d. Array bound violations.
ANSWER: Memory leaks.