Index: tools/valgrind/drmemory/suppressions.txt |
=================================================================== |
--- tools/valgrind/drmemory/suppressions.txt (revision 95969) |
+++ tools/valgrind/drmemory/suppressions.txt (working copy) |
@@ -473,6 +473,13 @@ |
GDI32.dll!* |
*!IconUtil::Create*HICON* |
+# http://crbug.com/92152 |
+LEAK |
+... |
+USER32.dll!CreateWindowExW |
+*!views::TooltipManagerWin::Init |
+*!views::TooltipManagerWin::TooltipManagerWin |
+ |
############################ |
# TODO(timurrrr): investigate these |
UNINITIALIZED READ |
@@ -840,5 +847,10 @@ |
... |
softokn3.dll!NSC_ModuleDBFunc |
+# http://crbug.com/92150 |
+LEAK |
+... |
+*!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl |
+ |
# Empty line at EOF - workaround for |
# http://code.google.com/p/drmemory/issues/detail?id=41 |