Address an array of memory leaks, dead code, uninitialized values, unchecked return values and more.
Most of the memory leaks aren't really a problem since they occur in short-lived helpers but it reduces the total number of warnings/errors reported by the scanning tools which makes finding any real problems a lot easier.
Address an array of memory leaks, dead code, uninitialized values, unchecked return values and more.
Most of the memory leaks aren't really a problem since they occur in short-lived helpers but it reduces the total number of warnings/errors reported by the scanning tools which makes finding any real problems a lot easier.