1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
Freeing mismatched memory in free
Alloc Location
...
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::createFloatingSelector(void)
webkit/build/v8bindings/cssgrammar.cpp cssyyparse(void *)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::parseSheet(CSSStyleSheet::WebCore *,String::WebCore const&)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::parseString(String::WebCore const&,bool)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadFullDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::styleForElement(Element::WebCore *,RenderStyle::WebCore *,bool,bool)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::styleForRenderer(void)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::createRendererIfNeeded(void)
third_party/webkit/webcore/dom/element.cpp WebCore::Element::attach(void)
third_party/webkit/webcore/dom/containernode.cpp WebCore::ContainerNode::appendChild(PassRefPtr::WTF,int&,bool)
third_party/webkit/webcore/loader/textdocument.cpp WebCore::TextTokenizer::write(SegmentedString::WebCore const&,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::write(char const*,int,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::addData(char const*,int)
webkit/glue/webframe_impl.cc WebFrameImpl::DidReceiveData(DocumentLoader::WebCore *,char const*,int)
webkit/glue/webframeloaderclient_impl.cc WebFrameLoaderClient::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/documentloader.cpp WebCore::DocumentLoader::commitLoad(char const*,int)
third_party/webkit/webcore/loader/documentloader.cpp WebCore::DocumentLoader::receivedData(char const*,int)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::receivedData(char const*,int)
third_party/webkit/webcore/loader/mainresourceloader.cpp WebCore::MainResourceLoader::addData(char const*,int,bool)
third_party/webkit/webcore/loader/resourceloader.cpp WebCore::ResourceLoader::didReceiveData(char const*,int,long long,bool)
third_party/webkit/webcore/loader/mainresourceloader.cpp WebCore::MainResourceLoader::didReceiveData(char const*,int,long long,bool)
third_party/webkit/webcore/loader/resourceloader.cpp WebCore::ResourceLoader::didReceiveData(ResourceHandle::WebCore *,char const*,int,int)
webkit/glue/resource_handle_impl.cc WebCore::ResourceHandleInternal::OnReceivedData(char const*,int)
webkit/glue/resource_handle_impl.cc WebCore::ResourceHandleInternal::HandleDataUrl(void)
base/tuple.h ?DispatchToMethod@VResourceHandleInternal@WebCore@@P812@AEXXZ@@YAXPAVResourceHandleInternal@WebCore@@P801@AEXXZABUTuple0@@@Z
^^^
Free Location
...
third_party/webkit/javascriptcore/wtf/fastmalloc.cpp WTF::fastFree(void *)
third_party/webkit/webcore/css/cssselectorlist.cpp WebCore::CSSSelectorList::adoptSelectorVector(Vector::WTF&)
third_party/webkit/webcore/css/cssstylerule.h WebCore::CSSStyleRule::adoptSelectorVector(Vector::WTF&)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::createStyleRule(Vector::WTF *)
webkit/build/v8bindings/cssgrammar.cpp cssyyparse(void *)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::parseSheet(CSSStyleSheet::WebCore *,String::WebCore const&)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::parseString(String::WebCore const&,bool)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadFullDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::styleForElement(Element::WebCore *,RenderStyle::WebCore *,bool,bool)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::styleForRenderer(void)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::createRendererIfNeeded(void)
third_party/webkit/webcore/dom/element.cpp WebCore::Element::attach(void)
third_party/webkit/webcore/dom/containernode.cpp WebCore::ContainerNode::appendChild(PassRefPtr::WTF,int&,bool)
third_party/webkit/webcore/loader/textdocument.cpp WebCore::TextTokenizer::write(SegmentedString::WebCore const&,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::write(char const*,int,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::addData(char const*,int)
webkit/glue/webframe_impl.cc WebFrameImpl::DidReceiveData(DocumentLoader::WebCore *,char const*,int)
webkit/glue/webframeloaderclient_impl.cc WebFrameLoaderClient::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/documentloader.cpp WebCore::DocumentLoader::commitLoad(char const*,int)
third_party/webkit/webcore/loader/documentloader.cpp WebCore::DocumentLoader::receivedData(char const*,int)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::receivedData(char const*,int)
third_party/webkit/webcore/loader/mainresourceloader.cpp WebCore::MainResourceLoader::addData(char const*,int,bool)
third_party/webkit/webcore/loader/resourceloader.cpp WebCore::ResourceLoader::didReceiveData(char const*,int,long long,bool)
third_party/webkit/webcore/loader/mainresourceloader.cpp WebCore::MainResourceLoader::didReceiveData(char const*,int,long long,bool)
third_party/webkit/webcore/loader/resourceloader.cpp WebCore::ResourceLoader::didReceiveData(ResourceHandle::WebCore *,char const*,int,int)
webkit/glue/resource_handle_impl.cc WebCore::ResourceHandleInternal::OnReceivedData(char const*,int)
webkit/glue/resource_handle_impl.cc WebCore::ResourceHandleInternal::HandleDataUrl(void)
Freeing mismatched memory in free
Alloc Location
...
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::createFloatingSelector(void)
webkit/build/v8bindings/cssgrammar.cpp cssyyparse(void *)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::parseSheet(CSSStyleSheet::WebCore *,String::WebCore const&)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::parseString(String::WebCore const&,bool)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadSimpleDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::CSSStyleSelector(Document::WebCore *,String::WebCore const&,StyleSheetList::WebCore *,CSSStyleSheet::WebCore *,bool,bool)
third_party/webkit/webcore/dom/document.cpp WebCore::Document::attach(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::setDocument(PassRefPtr::WTF)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::begin(KURL::WebCore const&,bool,SecurityOrigin::WebCore *)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::init(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::init(void)
webkit/glue/webframe_impl.cc WebFrameImpl::InitMainFrame(WebViewImpl *)
webkit/glue/webview_impl.cc WebView::Create(WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/webview_host_win.cc WebViewHost::Create(HWND__ *,WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/test_shell_win.cc TestShell::Initialize(class std::basic_string const &)
webkit/tools/test_shell/test_shell_win.cc TestShell::CreateNewWindow(class std::basic_string const &,class TestShell * *)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::CreateEmptyWindow(void)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::SetUp(void)
webkit/glue/bookmarklet_unittest.cc BookmarkletTest::SetUp(void)
testing/gtest/src/gtest.cc testing::Test::Run(void)
^^^
Free Location
...
third_party/webkit/javascriptcore/wtf/fastmalloc.cpp WTF::fastFree(void *)
third_party/webkit/webcore/css/cssselectorlist.cpp WebCore::CSSSelectorList::adoptSelectorVector(Vector::WTF&)
third_party/webkit/webcore/css/cssstylerule.h WebCore::CSSStyleRule::adoptSelectorVector(Vector::WTF&)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::createStyleRule(Vector::WTF *)
webkit/build/v8bindings/cssgrammar.cpp cssyyparse(void *)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::parseSheet(CSSStyleSheet::WebCore *,String::WebCore const&)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::parseString(String::WebCore const&,bool)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadSimpleDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::CSSStyleSelector(Document::WebCore *,String::WebCore const&,StyleSheetList::WebCore *,CSSStyleSheet::WebCore *,bool,bool)
third_party/webkit/webcore/dom/document.cpp WebCore::Document::attach(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::setDocument(PassRefPtr::WTF)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::begin(KURL::WebCore const&,bool,SecurityOrigin::WebCore *)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::init(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::init(void)
webkit/glue/webframe_impl.cc WebFrameImpl::InitMainFrame(WebViewImpl *)
webkit/glue/webview_impl.cc WebView::Create(WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/webview_host_win.cc WebViewHost::Create(HWND__ *,WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/test_shell_win.cc TestShell::Initialize(class std::basic_string const &)
webkit/tools/test_shell/test_shell_win.cc TestShell::CreateNewWindow(class std::basic_string const &,class TestShell * *)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::CreateEmptyWindow(void)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::SetUp(void)
webkit/glue/bookmarklet_unittest.cc BookmarkletTest::SetUp(void)
testing/gtest/src/gtest.cc testing::Test::Run(void)
^^^
Freeing mismatched memory in free
Alloc Location
...
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::createFloatingSelector(void)
webkit/build/v8bindings/cssgrammar.cpp cssyyparse(void *)
third_party/webkit/webcore/css/cssparser.cpp WebCore::CSSParser::parseSheet(CSSStyleSheet::WebCore *,String::WebCore const&)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::parseString(String::WebCore const&,bool)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::parseUASheet
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadSimpleDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::CSSStyleSelector(Document::WebCore *,String::WebCore const&,StyleSheetList::WebCore *,CSSStyleSheet::WebCore *,bool,bool)
third_party/webkit/webcore/dom/document.cpp WebCore::Document::attach(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::setDocument(PassRefPtr::WTF)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::begin(KURL::WebCore const&,bool,SecurityOrigin::WebCore *)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::init(void)
third_party/webkit/webcore/page/frame.cpp WebCore::Frame::init(void)
webkit/glue/webframe_impl.cc WebFrameImpl::InitMainFrame(WebViewImpl *)
webkit/glue/webview_impl.cc WebView::Create(WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/webview_host_win.cc WebViewHost::Create(HWND__ *,WebViewDelegate *,WebPreferences const&)
webkit/tools/test_shell/test_shell_win.cc TestShell::Initialize(class std::basic_string const &)
webkit/tools/test_shell/test_shell_win.cc TestShell::CreateNewWindow(class std::basic_string const &,class TestShell * *)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::CreateEmptyWindow(void)
webkit/tools/test_shell/test_shell_test.cc TestShellTest::SetUp(void)
webkit/glue/bookmarklet_unittest.cc BookmarkletTest::SetUp(void)
testing/gtest/src/gtest.cc testing::Test::Run(void)
^^^
Free Location
...
third_party/webkit/javascriptcore/wtf/fastmalloc.cpp WTF::fastFree(void *)
third_party/webkit/webcore/css/cssselectorlist.cpp WebCore::CSSSelectorList::deleteSelectors(void)
third_party/webkit/webcore/css/cssselectorlist.cpp WebCore::CSSSelectorList::~CSSSelectorList(void)
third_party/webkit/webcore/css/cssstylerule.cpp WebCore::CSSStyleRule::~CSSStyleRule(void)
webkit/release/test_shell_tests.exe WebCore::CSSStyleRule::`vector deleting destructor'(UINT)
third_party/webkit/javascriptcore/wtf/refcounted.h WTF::RefCounted::deref(void)
third_party/webkit/javascriptcore/wtf/refptr.h WTF::RefPtr::~RefPtr(void)
webkit/release/test_shell_tests.exe WTF::RefPtr::`scalar deleting destructor'(UINT)
third_party/webkit/javascriptcore/wtf/vector.h WTF::VectorDestructor::destruct(RefPtr::WTF *,RefPtr::WTF *)
third_party/webkit/javascriptcore/wtf/vector.h WTF::VectorTypeOperations::destruct(RefPtr::WTF *,RefPtr::WTF *)
third_party/webkit/javascriptcore/wtf/vector.h WTF::Vector::shrink(UINT)
third_party/webkit/javascriptcore/wtf/vector.h WTF::Vector::~Vector(void)
webkit/release/test_shell_tests.exe WebCore::StyleList::~StyleList(void)
third_party/webkit/webcore/css/stylesheet.cpp WebCore::StyleSheet::~StyleSheet(void)
third_party/webkit/webcore/css/cssstylesheet.cpp WebCore::CSSStyleSheet::~CSSStyleSheet(void)
webkit/release/test_shell_tests.exe WebCore::CSSStyleSheet::`scalar deleting destructor'(UINT)
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::loadFullDefaultStyle
third_party/webkit/webcore/css/cssstyleselector.cpp WebCore::CSSStyleSelector::styleForElement(Element::WebCore *,RenderStyle::WebCore *,bool,bool)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::styleForRenderer(void)
third_party/webkit/webcore/dom/node.cpp WebCore::Node::createRendererIfNeeded(void)
third_party/webkit/webcore/dom/element.cpp WebCore::Element::attach(void)
third_party/webkit/webcore/dom/containernode.cpp WebCore::ContainerNode::appendChild(PassRefPtr::WTF,int&,bool)
third_party/webkit/webcore/loader/textdocument.cpp WebCore::TextTokenizer::write(SegmentedString::WebCore const&,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::write(char const*,int,bool)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::addData(char const*,int)
webkit/glue/webframe_impl.cc WebFrameImpl::DidReceiveData(DocumentLoader::WebCore *,char const*,int)
webkit/glue/webframeloaderclient_impl.cc WebFrameLoaderClient::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::committedLoad(DocumentLoader::WebCore *,char const*,int)
third_party/webkit/webcore/loader/documentloader.cpp WebCore::DocumentLoader::commitLoad(char const*,int)
|