https://bugs.kde.org/show_bug.cgi?id=515183
--- Comment #13 from Paul Floyd <[email protected]> --- Does this look OK? * --num-callers now has a minimum value of 2. A value of 1 is no longer allowed for two reasons. Firstly, some of the default suppressions use "..." for the first context line which is forbidden with --num-callers=1. Secondly, it makes leak suppressions match all allocations using the specified allocation function. For instance, the default Linux suppression { dtv-addr-tail Memcheck:Leak match-leak-kinds: possible,reachable fun:malloc fun:tls_get_addr_tail* fun:__tls_get_addr } would suppress all possible and reachable leaks that were allocated by malloc. -- You are receiving this mail because: You are watching all bug changes.
