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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 193049: linux: add a suppression for a leak when we load a third-party plugin (Closed)
Patch Set: comment fix Created 11 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 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/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 7484591c3858431330d0accaf84b3ee0eaaac166..a40edec4b25ddf5dd57d65117688029b255b06ca 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -260,6 +260,22 @@
fun:g_object_run_dispose
fun:gtk_object_destroy
}
+{
+ # Totem plugin leaks when we load it.
+ bug_21326
+ Memcheck:Leak
+ fun:realloc
Lei Zhang 2009/09/08 23:29:07 also need one for calloc
+ ...
+ fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
+}
+{
+ # Totem plugin leaks when we load it.
+ bug_21326
Lei Zhang 2009/09/08 23:29:07 I'm not sure if the identifiers need to be unique.
+ Memcheck:Leak
+ fun:malloc
+ ...
+ fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
« 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