diff options
-rw-r--r-- | net/disk_cache/backend_impl.cc | 2 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc index dfa9e51..739af0b 100644 --- a/net/disk_cache/backend_impl.cc +++ b/net/disk_cache/backend_impl.cc @@ -360,6 +360,7 @@ BackendImpl::BackendImpl(const FilePath& path, restarted_(false), unit_test_(false), read_only_(false), + disabled_(false), new_eviction_(false), first_timer_(true), throttle_requests_(false), @@ -386,6 +387,7 @@ BackendImpl::BackendImpl(const FilePath& path, restarted_(false), unit_test_(false), read_only_(false), + disabled_(false), new_eviction_(false), first_timer_(true), throttle_requests_(false), diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 1427a28..71ae31f 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3752,12 +3752,6 @@ fun:_ZN4base13AtExitManagerD1Ev } { - bug_73129 - Memcheck:Cond - fun:_ZNK10disk_cache11BackendImpl12GetSizeGroupEv - fun:_ZN10disk_cache11BackendImpl8SyncInitEv -} -{ bug_73132 Memcheck:Leak fun:_Znw* |