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

Unified Diff: tools/valgrind/suppressions.txt

Issue 113433: Fix memory leak in corrupt JPEG decoding. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 | « base/gfx/jpeg_codec.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/suppressions.txt
===================================================================
--- tools/valgrind/suppressions.txt (revision 16158)
+++ tools/valgrind/suppressions.txt (working copy)
@@ -499,17 +499,6 @@
fun:_ZN17URLRequestHttpJob16OnStartCompletedEi
}
{
- # See http://crbug.com/10945
- bug_10945
- Memcheck:Leak
- fun:malloc
- fun:jpeg_get_small
- fun:jinit_memory_mgr
- fun:jpeg_CreateDecompress
- fun:_ZN9JPEGCodec6DecodeEPKhjNS_11ColorFormatEPSt6vectorIhSaIhEEPiS7_
- fun:_ZN30JPEGCodec_DecodeCorrupted_Test8TestBodyEv
-}
-{
# See http://crbug.com/11116
bug_11116a
Memcheck:Leak
« no previous file with comments | « base/gfx/jpeg_codec.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698