diff options
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 34ef716..da6759e 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3504,5 +3504,15 @@ fun:_ZN9OptionsUIC1EP11TabContents fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL } - - +{ + bug_50252 + Memcheck:Leak + fun:malloc + fun:realloc + fun:realloc + fun:min_heap_reserve + fun:event_add + fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE + fun:_ZN11MessageLoop11RunInternalEv + fun:_ZN11MessageLoop10RunHandlerEv +} |