diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 21:09:27 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 21:09:27 +0000 |
commit | b6857ad5bc27cf95b765b1c019a35c7830cfd980 (patch) | |
tree | 5eafdb49efc376c79ed7f682c4329f619dd4d95b /webkit/tools | |
parent | cc63dea9d84632f8292a4af8eb9ab262d1e71800 (diff) | |
download | chromium_src-b6857ad5bc27cf95b765b1c019a35c7830cfd980.zip chromium_src-b6857ad5bc27cf95b765b1c019a35c7830cfd980.tar.gz chromium_src-b6857ad5bc27cf95b765b1c019a35c7830cfd980.tar.bz2 |
Don't leak the pending entry in test_shell.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_navigation_controller.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_navigation_controller.cc b/webkit/tools/test_shell/test_navigation_controller.cc index 8aa0522..2044841 100644 --- a/webkit/tools/test_shell/test_navigation_controller.cc +++ b/webkit/tools/test_shell/test_navigation_controller.cc @@ -81,6 +81,7 @@ TestNavigationController::TestNavigationController(TestShell* shell) } TestNavigationController::~TestNavigationController() { + DiscardPendingEntry(); } void TestNavigationController::Reset() { |