diff options
-rw-r--r-- | chrome/browser/utility_process_host.h | 2 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/chrome/browser/utility_process_host.h b/chrome/browser/utility_process_host.h index 2028f03..ba87a3e 100644 --- a/chrome/browser/utility_process_host.h +++ b/chrome/browser/utility_process_host.h @@ -63,7 +63,7 @@ class UtilityProcessHost : public ChildProcessHost { UtilityProcessHost(ResourceDispatcherHost* rdh, Client* client, MessageLoop* client_loop); - ~UtilityProcessHost(); + virtual ~UtilityProcessHost(); // Start a process to unpack the extension at the given path. The process // will be given access to the directory subtree that the extension file is diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index d07c2ec..7891efa 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -904,13 +904,6 @@ fun:_ZN7WebCore5Frame4initEv } { - # Anonymous namespaces requires wildcard to match on both mac and linux - bug_17129 - Memcheck:Leak - fun:_Znw* - fun:*UtilityProcessHostTest_ExtensionUnpacker_Test8TestBodyEv -} -{ bug_17184 Memcheck:Leak fun:malloc |