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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 9566002: On windows, create PCMWaveInAudioInputStream instance with correct device ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add test. Created 8 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « media/audio/win/wavein_input_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 RPCRT4.dll!NDRCContextBinding 705 RPCRT4.dll!NDRCContextBinding
706 706
707 LEAK 707 LEAK
708 name=http://crbug.com/109278 video device COM leaks 708 name=http://crbug.com/109278 video device COM leaks
709 ... 709 ...
710 *!media::VideoCaptureDevice::* 710 *!media::VideoCaptureDevice::*
711 711
712 LEAK 712 LEAK
713 name=http://crbug.com/109278 audio device COM leaks 713 name=http://crbug.com/109278 audio device COM leaks
714 ... 714 ...
715 *!GetInputDeviceNamesWin 715 *!media::GetInputDeviceNamesWin
716 716
717 # Looks like an unhandled syscall. 717 # Looks like an unhandled syscall.
718 UNINITIALIZED READ 718 UNINITIALIZED READ
719 name=http://code.google.com/p/drmemory/issues/detail?id=744 a 719 name=http://code.google.com/p/drmemory/issues/detail?id=744 a
720 ... 720 ...
721 *!cricket::UDPPort::OnReadPacket 721 *!cricket::UDPPort::OnReadPacket
722 722
723 UNINITIALIZED READ 723 UNINITIALIZED READ
724 name=http://code.google.com/p/drmemory/issues/detail?id=744 b 724 name=http://code.google.com/p/drmemory/issues/detail?id=744 b
725 ... 725 ...
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1231 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket 1231 *!notifier::ProxyResolvingClientSocket::ProxyResolvingClientSocket
1232 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket 1232 *!notifier::XmppClientSocketFactory::CreateTransportClientSocket
1233 *!notifier::ChromeAsyncSocket::Connect 1233 *!notifier::ChromeAsyncSocket::Connect
1234 *!buzz::XmppClient::ProcessStartXmppLogin 1234 *!buzz::XmppClient::ProcessStartXmppLogin
1235 *!buzz::XmppClient::Process 1235 *!buzz::XmppClient::Process
1236 *!talk_base::Task::Step 1236 *!talk_base::Task::Step
1237 *!talk_base::TaskRunner::InternalRunTasks 1237 *!talk_base::TaskRunner::InternalRunTasks
1238 *!talk_base::TaskRunner::RunTasks 1238 *!talk_base::TaskRunner::RunTasks
1239 *!notifier::TaskPump::CheckAndRunTasks 1239 *!notifier::TaskPump::CheckAndRunTasks
1240 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)> ::Run 1240 *!base::internal::RunnableAdapter<void (__thiscall notifier::TaskPump::*)(void)> ::Run
OLDNEW
« no previous file with comments | « media/audio/win/wavein_input_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698