Index: content/browser/manifest/manifest_manager_host.cc |
diff --git a/content/browser/manifest/manifest_manager_host.cc b/content/browser/manifest/manifest_manager_host.cc |
index d32a8c349cba212852e94b04903216ad95696d2a..14d07e203ee3a9b69274bfd67ca661a4a5cf10e0 100644 |
--- a/content/browser/manifest/manifest_manager_host.cc |
+++ b/content/browser/manifest/manifest_manager_host.cc |
@@ -4,6 +4,7 @@ |
#include "content/browser/manifest/manifest_manager_host.h" |
+#include "base/stl_util.h" |
#include "content/common/manifest_manager_messages.h" |
#include "content/public/browser/render_frame_host.h" |
#include "content/public/browser/render_process_host.h" |
@@ -30,6 +31,7 @@ ManifestManagerHost::ManifestManagerHost(WebContents* web_contents) |
} |
ManifestManagerHost::~ManifestManagerHost() { |
+ STLDeleteValues(&pending_callbacks_); |
} |
ManifestManagerHost::CallbackMap* ManifestManagerHost::GetCallbackMapForFrame( |