Fix a memory leak in the StatusBubble. We were leaking a
commit1ff45871a02cb6d42535c0f9ec317fd88d876248
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 9 Dec 2008 19:21:46 +0000 (9 19:21 +0000)
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 9 Dec 2008 19:21:46 +0000 (9 19:21 +0000)
treee851eef3b7644e323c107cd7847216bebdabc181
parentb7d05ab3d0cce2d74d24f702641b3f5702584dab
Fix a memory leak in the StatusBubble. We were leaking a
WidgetWin for the popup.

I observed this in Purify and confirmed in the debugger
that the destructor for WidgetWin was never called.

Review URL: http://codereview.chromium.org/13672

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6606 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/views/status_bubble.cc
chrome/browser/views/status_bubble.h