Index: trunk/src/tools/heapcheck/suppressions.txt |
=================================================================== |
--- trunk/src/tools/heapcheck/suppressions.txt (revision 205306) |
+++ trunk/src/tools/heapcheck/suppressions.txt (working copy) |
@@ -1416,6 +1416,46 @@ |
fun:Handle |
} |
{ |
+ bug_246825a |
+ Heapcheck:Leak |
+ ... |
+ fun:sql::Connection::GetCachedStatement |
+ ... |
+ fun:extensions::ActivityDatabase::Init |
+} |
+{ |
+ bug_246825b |
+ Heapcheck:Leak |
+ fun:__gnu_cxx::new_allocator::allocate |
+ fun:std::_Vector_base::_M_allocate |
+ fun:std::vector::_M_insert_aux |
+ fun:std::vector::push_back |
+ fun:extensions::ActivityDatabase::RecordAction |
+} |
+{ |
+ bug_246825c |
+ Heapcheck:Leak |
+ fun:base::Bind |
+ fun:base::BaseTimerMethodPointer::Start |
+ fun:extensions::ActivityDatabase::Init |
+} |
+{ |
+ bug_246825d |
+ Heapcheck:Leak |
+ ... |
+ fun:LogExtensionActivity |
+ fun:ExtensionWebRequestEventRouter::DecrementBlockCount |
+ fun:ExtensionWebRequestEventRouter::OnEventHandled |
+ fun:EventHandledOnIOThread |
+} |
+{ |
+ bug_246825e |
+ Heapcheck:Leak |
+ fun:sqlite3MemMalloc |
+ ... |
+ fun:extensions::ActivityDatabase::Init |
+} |
+{ |
bug_247525 |
Heapcheck:Leak |
... |