Comment #6 on issue 17184 by [email protected]: Memory leaks in
WebCore::Pasteboard::writeSelection()
http://code.google.com/p/chromium/issues/detail?id=17184
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=21354
------------------------------------------------------------------------
r21354 | [email protected] | 2009-07-22 17:20:35 -0700 (Wed, 22 Jul 2009) | 10
lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/tools/valgrind/memcheck/suppressions.txt?r1=21354&r2=21353
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/api/public/WebClipboard.h?r1=21354&r2=21353
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/glue/webclipboard_impl.h?r1=21354&r2=21353
M
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/test_shell/mock_webclipboard_impl.h?r1=21354&r2=21353
Fix a leak that only happens in layout test mode.
MockWebClipboardImpl is only used in layout test mode and it
contains some member variables. Since the destructors weren't
virtual, it was leaking these member variables.
BUG=17184
Review URL: http://codereview.chromium.org/159238
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---