Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 2155593002: DrMemory: Suppress a leak in vp8cx_create_encoder_threads(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/drmemory/suppressions_full.txt
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index 1b6c192018279ad6fdefeb4851d56f97da13d711..33288232f1e82d2c27380b86c9c4e4dec63884d1 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -2145,3 +2145,12 @@ name=bug_617740
media.dll!mkvmuxer::Segment::WriteFramesAll
media.dll!mkvmuxer::Segment::Finalize
media.dll!media::WebmMuxer::~WebmMuxer
+
+HANDLE LEAK
+name=bug_628485
+system call NtCreateSemaphore
+KERNELBASE.dll!CreateSemaphoreExW
+KERNEL32.dll!CreateSemaphoreW
+content.dll!vp8cx_create_encoder_threads
+content.dll!vp8_create_compressor
+content.dll!vp8e_init
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698