Closed GoogleCodeExporter closed 9 years ago
I just tried Libkml-1.0.0-alpha1 and got the same problem.
Original comment by JRosanow...@gmail.com
on 27 May 2009 at 2:16
[deleted comment]
[deleted comment]
It seems to be caused by the Xsd::schema_ singleton.
Xsd* Xsd::schema_ = NULL;
Xsd* Xsd::GetSchema() {
if (schema_ == NULL) {
schema_ = new Xsd;
}
return schema_;
}
Although there's only one call to this the leak appears multiple times in the
debug
output. No matter what leak number I use with the watch variable
{,,msvcr80d.dll}_crtBreakAlloc it ends up on schema_ = new Xsd; within the call
stack.
I couldn't find any mention of this in the documentation. If not considered a
bug it
should be highlighted as a known issue for VS2005.
Original comment by JRosanow...@gmail.com
on 27 May 2009 at 4:29
See issue 78
Original comment by kml.b...@gmail.com
on 28 May 2009 at 12:48
Issue 144 has been merged into this issue.
Original comment by kml.b...@gmail.com
on 19 Apr 2010 at 9:09
Original issue reported on code.google.com by
JRosanow...@gmail.com
on 27 May 2009 at 1:49Attachments: