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

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

Issue 7606032: Fix memory leak in ConflictingDllsTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « chrome/browser/diagnostics/recon_diagnostics.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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 softokn3.dll!NSC_ModuleDBFunc 869 softokn3.dll!NSC_ModuleDBFunc
870 870
871 UNINITIALIZED READ 871 UNINITIALIZED READ
872 freebl3.dll!FREEBL_GetVector 872 freebl3.dll!FREEBL_GetVector
873 ... 873 ...
874 softokn3.dll!NSC_ModuleDBFunc 874 softokn3.dll!NSC_ModuleDBFunc
875 875
876 # http://crbug.com/92150 876 # http://crbug.com/92150
877 LEAK 877 LEAK
878 ... 878 ...
879 *!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl
880
881 # http://crbug.com/92150
Finnur 2011/08/10 15:04:31 Timur: I think you may have made a copy-paste erro
Timur Iskhodzhanov 2011/08/10 15:12:51 Nice catch, thanks! Should be 92159 On 2011/08/10
882 LEAK
883 ...
884 *!BookmarkEditorView::Init 879 *!BookmarkEditorView::Init
885 880
886 # http://crbug.com/92166 881 # http://crbug.com/92166
887 LEAK 882 LEAK
888 ... 883 ...
889 *!operator new 884 *!operator new
890 *!views::NativeWidgetWin::OnCreate 885 *!views::NativeWidgetWin::OnCreate
891 886
892 # Empty line at EOF - workaround for 887 # Empty line at EOF - workaround for
893 # http://code.google.com/p/drmemory/issues/detail?id=41 888 # http://code.google.com/p/drmemory/issues/detail?id=41
OLDNEW
« no previous file with comments | « chrome/browser/diagnostics/recon_diagnostics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698