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

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

Issue 7864005: Don't leak SSPILibraryDefault objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and update copyright header Created 9 years, 3 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 | « net/http/http_auth_handler_ntlm_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 ############################ 1 ############################
2 # Known reports on the third party we have no control over. 2 # Known reports on the third party we have no control over.
3 UNINITIALIZED READ 3 UNINITIALIZED READ
4 ... 4 ...
5 *!deflate_* 5 *!deflate_*
6 *!MOZ_Z_deflate 6 *!MOZ_Z_deflate
7 7
8 # http://code.google.com/p/drmemory/issues/detail?id=406 8 # http://code.google.com/p/drmemory/issues/detail?id=406
9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present. 9 # TODO(timurrrr): check if these frames change when NT_SYMBOLS are present.
10 LEAK 10 LEAK
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 *!net::SSL*SocketNSS::DoHandshakeLoop 783 *!net::SSL*SocketNSS::DoHandshakeLoop
784 784
785 # http://crbug.com/73744 785 # http://crbug.com/73744
786 LEAK 786 LEAK
787 *!operator new 787 *!operator new
788 *!remoting::TraceContext::Get 788 *!remoting::TraceContext::Get
789 *!remoting::TraceContext::tracer 789 *!remoting::TraceContext::tracer
790 *!remoting::ScreenRecorder::DoCapture 790 *!remoting::ScreenRecorder::DoCapture
791 *!remoting::ScreenRecorder::DoStart 791 *!remoting::ScreenRecorder::DoStart
792 792
793 # http://crbug.com/74413
794 LEAK
795 ...
796 *!operator new*
797 *!net::HttpAuthHandler*Factory::Create*
798
799 # http://crbug.com/74417 793 # http://crbug.com/74417
800 LEAK 794 LEAK
801 *!operator new 795 *!operator new
802 *!disk_cache::BackendImpl::CreateEntryImpl 796 *!disk_cache::BackendImpl::CreateEntryImpl
803 797
804 # http://crbug.com/74425 798 # http://crbug.com/74425
805 LEAK 799 LEAK
806 *!operator new 800 *!operator new
807 *!disk_cache::BackendImpl::NewEntry 801 *!disk_cache::BackendImpl::NewEntry
808 802
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 softokn3.dll!NSC_ModuleDBFunc 891 softokn3.dll!NSC_ModuleDBFunc
898 892
899 # http://crbug.com/92166 893 # http://crbug.com/92166
900 LEAK 894 LEAK
901 ... 895 ...
902 *!operator new 896 *!operator new
903 *!views::NativeWidgetWin::OnCreate 897 *!views::NativeWidgetWin::OnCreate
904 898
905 # Empty line at EOF - workaround for 899 # Empty line at EOF - workaround for
906 # http://code.google.com/p/drmemory/issues/detail?id=41 900 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « net/http/http_auth_handler_ntlm_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698