OLD | NEW |
---|---|
(Empty) | |
1 # Chromium leaks tasks at shutdown, see | |
2 # http://crbug.com/6532 | |
3 # http://codereview.chromium.org/20067 | |
4 # http://codereview.chromium.org/42083 | |
5 # In Purify, they don't even try to free them anymore. | |
6 # For now, in Valgrind, we'll add suppressions to ignore these leaks. | |
7 { | |
8 bug_6532 | |
9 Memcheck:Leak | |
10 fun:_Znwj | |
11 fun:_Z17NewRunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvvEEP14CancelableT askPT_T0_ | |
12 } | |
OLD | NEW |