DrMemory suppresssions, likely from r6811.

BUG=3655
R=henrike@webrtc.org
TBR=pthatcher@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/13149004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6877 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/tools/valgrind-webrtc/drmemory/suppressions.txt b/tools/valgrind-webrtc/drmemory/suppressions.txt
index a0a56d7..46edaf6 100644
--- a/tools/valgrind-webrtc/drmemory/suppressions.txt
+++ b/tools/valgrind-webrtc/drmemory/suppressions.txt
@@ -120,8 +120,44 @@
 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
 
 # libjingle_media_unittest fails on Win DrMemory Full
+UNADDRESSABLE ACCESS
+name=https://code.google.com/p/webrtc/issues/detail?id=3655 (1)
+*!rtc::DefaultDeleter<>::operator()
+*!rtc::internal::scoped_ptr_impl<>::reset
+*!rtc::scoped_ptr<>::reset
+*!cricket::VideoAdapterTest::VideoCapturerListener::OnFrameCaptured
+*!sigslot::_connection2<>::emit
+*!sigslot::signal2<>::operator()
+*!cricket::FileVideoCapturer::ReadFrame
+*!cricket::FileVideoCapturer::FileReadThread::OnMessage
+*!rtc::MessageQueue::Dispatch
+*!rtc::Thread::ProcessMessages
+*!rtc::Thread::Run
+*!cricket::FileVideoCapturer::FileReadThread::Run
+*!rtc::Thread::PreRun
+KERNEL32.dll!BaseThreadInitThunk
+
+INVALID HEAP ARGUMENT
+name=https://code.google.com/p/webrtc/issues/detail?id=3655 (2)
+drmemorylib.dll!replace_operator_delete
+*!cricket::VideoFrame::`scalar deleting destructor'
+*!rtc::DefaultDeleter<>::operator()
+*!rtc::internal::scoped_ptr_impl<>::reset
+*!rtc::scoped_ptr<>::reset
+*!cricket::VideoAdapterTest::VideoCapturerListener::OnFrameCaptured
+*!sigslot::_connection2<>::emit
+*!sigslot::signal2<>::operator()
+*!cricket::FileVideoCapturer::ReadFrame
+*!cricket::FileVideoCapturer::FileReadThread::OnMessage
+*!rtc::MessageQueue::Dispatch
+*!rtc::Thread::ProcessMessages
+*!rtc::Thread::Run
+*!cricket::FileVideoCapturer::FileReadThread::Run
+*!rtc::Thread::PreRun
+KERNEL32.dll!BaseThreadInitThunk
+
 UNINITIALIZED READ
-name=https://code.google.com/p/webrtc/issues/detail?id=3655
+name=https://code.google.com/p/webrtc/issues/detail?id=3655 (3)
 *!testing::internal::CmpHelperNE<>
 *!cricket::VideoAdapterTest_BlackOutput_Test::TestBody
 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>