From: Dan K. <da...@ke...> - 2009-03-17 13:00:28
|
On Tue, Mar 17, 2009 at 4:49 AM, Nicholas Nethercote <n.n...@gm...> wrote: > I recently fixed this variation in behaviour on the trunk. Here's the > description that will be in the NEWS file of 3.5.0: > > * Memcheck's leak checker has been improved. > - The results for --leak-check=summary now match the summary results for > --leak-check=full. Previously they could differ because > --leak-check=summary counted "indirectly lost" blocks and "suppressed" > blocks as "definitely lost". Now if you could get --xml=yes to not force --leak-check and --show-reachable=yes, I'd be a happy camper. Changing output formats should not change the content of the output, IMHO. - Dan |