diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 01:04:21 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 01:04:21 +0000 |
commit | a191a504ea5a65e836e90c207025518cdce1c250 (patch) | |
tree | 89ea1585335d728de047494f9fd3ae3d478f8a7f /tools | |
parent | 5ed4ba5f65ce49c736bb16ddff31948c17c5938e (diff) | |
download | chromium_src-a191a504ea5a65e836e90c207025518cdce1c250.zip chromium_src-a191a504ea5a65e836e90c207025518cdce1c250.tar.gz chromium_src-a191a504ea5a65e836e90c207025518cdce1c250.tar.bz2 |
Fix memory leak in corrupt JPEG decoding.
BUG=10945
Review URL: http://codereview.chromium.org/113433
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/suppressions.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt index 3b63c57..4ebfc8a 100644 --- a/tools/valgrind/suppressions.txt +++ b/tools/valgrind/suppressions.txt @@ -492,17 +492,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 |