cocos2d-x 3.2 + cocostudio1.6.0.0 内存泄漏

cocos2d-x 3.2 + cocostudio1.6.0.0
VS2012 + VLD

用cocostudio1.6.0.0做了一个只有一个Button的UI, 然后在cocos.py 生成的项目中,在HellowWorldScene中加载此UI, 结果VLD显示内存泄漏,如果不加载此UI,使用cocos.py 生成的原始HellowWOrldScene就没有内存泄漏。

HelloWorldScene.cpp--------------------------------------------------------------------
#include “HelloWorldScene.h”
#include “cocostudio/CocoStudio.h”
USING_NS_CC;

HelloWorld::HelloWorld()
{

}

HelloWorld::~HelloWorld()
{
this->removeAllChildren();
}

Scene* HelloWorld::createScene()
{
// ‘scene’ is an autorelease object
auto scene = Scene::create();

// 'layer' is an autorelease object
auto layer = HelloWorld::create();

// add layer as a child to scene
scene->addChild(layer);

// return the scene
return scene;

}

// on “init” you need to initialize your instance
bool HelloWorld::init()
{
//////////////////////////////
// 1. super init first
if ( !Layer::init() )
{
return false;
}

auto rootNode = cocostudio::GUIReader::getInstance()->widgetFromJsonFile("test/test.json");
this->addChild( rootNode );

return true;

}

void HelloWorld::menuCloseCallback(Ref* pSender)
{
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WP8) || (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT)
MessageBox(“You pressed the close button. Windows Store Apps do not implement a close button.”,“Alert”);
return;
#endif

Director::getInstance()->end();

#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
exit(0);
#endif
}

VLD输出----------------------------------------------------------------------------------------------------------------------------------------------------
WARNING: Visual Leak Detector detected memory leaks!
---------- Block 13 at 0x017652B0: 8 bytes ----------
Leak Hash: 0x719A3B34, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
20 76 77 01 00 00 00 00 .vw… …

---------- Block 6 at 0x01765500: 8 bytes ----------
Leak Hash: 0xC7AE1843, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (629): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std: + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (609): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (691): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecke
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std:: + 0x70 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits<ch
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (68): 2012test.exe!cocos2d::ObjectFactory::ObjectFactory
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (79): 2012test.exe!cocos2d::ObjectFactory::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (40): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x9 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C0 74 77 01 00 00 00 00 .tw… …

---------- Block 5 at 0x01765748: 8 bytes ----------
Leak Hash: 0xA772E668, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (755): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (729): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std:: + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits<ch
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (68): 2012test.exe!cocos2d::ObjectFactory::ObjectFactory
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (79): 2012test.exe!cocos2d::ObjectFactory::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (40): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x9 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
B4 74 77 01 00 00 00 00 .tw… …

---------- Block 23 at 0x01765A88: 8 bytes ----------
Leak Hash: 0xC33446EA, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\checkboxreader\checkboxreader.cpp (20): 2012test.exe!`dynamic initializer for ‘cocostudio::CheckBoxReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
04 77 77 01 00 00 00 00 .ww… …

---------- Block 22 at 0x01765C50: 8 bytes ----------
Leak Hash: 0xF3FB267A, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\checkboxreader\checkboxreader.cpp (20): 2012test.exe!`dynamic initializer for ‘cocostudio::CheckBoxReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E8 76 77 01 00 00 00 00 .vw… …

---------- Block 14 at 0x01766F48: 8 bytes ----------
Leak Hash: 0x41555BA4, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
3C 76 77 01 00 00 00 00 <vw… …

---------- Block 87 at 0x01775718: 8 bytes ----------
Leak Hash: 0xF9A934F3, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textbmfontreader\textbmfontreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::TextBMFontReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C8 57 77 01 00 00 00 00 .Ww… …

---------- Block 80 at 0x01775760: 32 bytes ----------
Leak Hash: 0xC23BEF18, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (736): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (90): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo> + 0x39 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (273): 2012test.exe!std::make_pair<std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::ObjectFactory::TInfo const &> + 0x24 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textbmfontreader\textbmfontreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::TextBMFontReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
54 65 78 74 42 4D 46 6F 6E 74 52 65 61 64 65 72 TextBMFo ntReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 86 at 0x017757C0: 68 bytes ----------
Leak Hash: 0x2319E45A, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textbmfontreader\textbmfontreader.cpp (17): 2012test.exe!dynamic initializer for 'cocostudio::TextBMFontReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 88 58 77 01 18 A2 77 01 18 57 77 01 60 57 77 01 .Xw...w. .Ww.Ww.
CD CD CD CD CD CD CD CD CD CD CD CD 10 00 00 00 … …
1F 00 00 00 58 59 77 01 A0 59 77 01 CD CD CD CD …XYw. .Yw…
CD CD CD CD CD CD CD CD 10 00 00 00 1F 00 00 00 … …
C0 F3 C5 00 … …

---------- Block 98 at 0x01775840: 8 bytes ----------
Leak Hash: 0x18AE4B69, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textfieldreader\textfieldreader.cpp (25): 2012test.exe!`dynamic initializer for ‘cocostudio::TextFieldReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
24 5A 77 01 00 00 00 00 $Zw… …

---------- Block 106 at 0x01775888: 68 bytes ----------
Leak Hash: 0x4B2F455A, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\layoutreader\layoutreader.cpp (39): 2012test.exe!`dynamic initializer for ‘cocostudio::LayoutReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
70 A3 77 01 C0 57 77 01 08 59 77 01 4C 61 79 6F p.w…Ww. .Yw.Layo
75 74 52 65 61 64 65 72 00 CD CD CD 0C 00 00 00 utReader …
0F 00 00 00 50 5D 77 01 4C 61 79 6F 75 74 52 65 …P]w. LayoutRe
61 64 65 72 00 CD CD CD 0C 00 00 00 0F 00 00 00 ader… …
10 19 C6 00 … …

---------- Block 107 at 0x01775908: 8 bytes ----------
Leak Hash: 0x919F95F3, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\layoutreader\layoutreader.cpp (39): 2012test.exe!`dynamic initializer for ‘cocostudio::LayoutReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
90 58 77 01 00 00 00 00 .Xw… …

---------- Block 88 at 0x01775958: 8 bytes ----------
Leak Hash: 0xC9665463, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textbmfontreader\textbmfontreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::TextBMFontReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E4 57 77 01 00 00 00 00 .Ww… …

---------- Block 89 at 0x017759A0: 32 bytes ----------
Leak Hash: 0xFCF1F9F9, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1100): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (984): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::operator=
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (46): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textbmfontreader\textbmfontreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::TextBMFontReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
54 65 78 74 42 4D 46 6F 6E 74 52 65 61 64 65 72 TextBMFo ntReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 96 at 0x01775A00: 68 bytes ----------
Leak Hash: 0xF2D1FB50, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textfieldreader\textfieldreader.cpp (25): 2012test.exe!`dynamic initializer for ‘cocostudio::TextFieldReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
18 A2 77 01 70 7C 77 01 B0 7E 77 01 54 65 78 74 …w.p|w. .~w.Text
46 69 65 6C 64 52 65 61 64 65 72 00 0F 00 00 00 FieldRea der…
0F 00 00 00 40 58 77 01 54 65 78 74 46 69 65 6C …@Xw. TextFiel
64 52 65 61 64 65 72 00 0F 00 00 00 0F 00 00 00 dReader. …
80 05 C6 00 … …

---------- Block 99 at 0x01775A80: 512 bytes ----------
Leak Hash: 0x3B05FC73, Count: 1, Total 512 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > > > > >::allocat
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1583): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecke + 0x17 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1252): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecke + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1455): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecke + 0x53 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1242): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecke
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (1012): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (1028): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (901): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std:: + 0x26 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textfieldreader\textfieldreader.cpp (25): 2012test.exe!`dynamic initializer for ‘cocostudio::TextFieldReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
88 58 77 01 88 58 77 01 18 75 77 01 18 75 77 01 .Xw…Xw. .uw…uw.
28 AA 77 01 28 AA 77 01 18 75 77 01 18 75 77 01 (.w.(.w. .uw…uw.
18 75 77 01 18 75 77 01 00 5A 77 01 00 5A 77 01 .uw…uw. .Zw…Zw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
70 A3 77 01 70 5E 77 01 18 75 77 01 18 75 77 01 p.w.p^w. .uw…uw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
18 75 77 01 18 75 77 01 B8 9C 77 01 B8 9C 77 01 .uw…uw. …w…w.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
50 61 77 01 50 61 77 01 18 75 77 01 18 75 77 01 Paw.Paw. .uw…uw.
10 9E 77 01 10 9E 77 01 18 75 77 01 18 75 77 01 …w…w. .uw…uw.
18 75 77 01 18 75 77 01 18 75 77 01 18 75 77 01 .uw…uw. .uw…uw.
78 A7 77 01 20 A6 77 01 18 A2 77 01 C0 57 77 01 x.w…w. …w…Ww.
C0 A0 77 01 C0 A0 77 01 30 9A 77 01 30 9A 77 01 …w…w. 0.w.0.w.

---------- Block 116 at 0x01775D08: 8 bytes ----------
Leak Hash: 0xF7D21724, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\pageviewreader\pageviewreader.cpp (15): 2012test.exe!`dynamic initializer for ‘cocostudio::PageViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
78 5E 77 01 00 00 00 00 x^w… …

---------- Block 108 at 0x01775D50: 8 bytes ----------
Leak Hash: 0xA150F563, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\layoutreader\layoutreader.cpp (39): 2012test.exe!`dynamic initializer for ‘cocostudio::LayoutReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
AC 58 77 01 00 00 00 00 .Xw… …

---------- Block 117 at 0x01775D98: 8 bytes ----------
Leak Hash: 0xC71D77B4, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\pageviewreader\pageviewreader.cpp (15): 2012test.exe!`dynamic initializer for ‘cocostudio::PageViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
94 5E 77 01 00 00 00 00 .^w… …

---------- Block 140 at 0x01775E28: 8 bytes ----------
Leak Hash: 0x77E9F746, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\listviewreader\listviewreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::ListViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
88 62 77 01 00 00 00 00 .bw… …

---------- Block 115 at 0x01775E70: 68 bytes ----------
Leak Hash: 0x2D62C78D, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\pageviewreader\pageviewreader.cpp (15): 2012test.exe!dynamic initializer for 'cocostudio::PageViewReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 40 60 77 01 70 A3 77 01 08 5D 77 01 50 61 67 65 @w.p.w. .]w.Page
56 69 65 77 52 65 61 64 65 72 00 CD 0E 00 00 00 ViewRead er…
0F 00 00 00 98 5D 77 01 50 61 67 65 56 69 65 77 …]w. PageView
52 65 61 64 65 72 00 CD 0E 00 00 00 0F 00 00 00 Reader… …
10 3B C6 00 .;… …

---------- Block 130 at 0x01775F98: 8 bytes ----------
Leak Hash: 0x2A3BD6D5, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\scrollviewreader\scrollviewreader.cpp (19): 2012test.exe!dynamic initializer for 'cocostudio::ScrollViewReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 48 60 77 01 00 00 00 00 Hw… …

---------- Block 123 at 0x01775FE0: 32 bytes ----------
Leak Hash: 0x11A90D3E, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (736): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (90): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo> + 0x39 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (273): 2012test.exe!std::make_pair<std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::ObjectFactory::TInfo const &> + 0x24 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\scrollviewreader\scrollviewreader.cpp (19): 2012test.exe!`dynamic initializer for ‘cocostudio::ScrollViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
53 63 72 6F 6C 6C 56 69 65 77 52 65 61 64 65 72 ScrollVi ewReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 129 at 0x01776040: 68 bytes ----------
Leak Hash: 0xF08B067C, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\scrollviewreader\scrollviewreader.cpp (19): 2012test.exe!`dynamic initializer for ‘cocostudio::ScrollViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
50 61 77 01 70 5E 77 01 98 5F 77 01 E0 5F 77 01 Paw.p^w. ._w…_w.
CD CD CD CD CD CD CD CD CD CD CD CD 10 00 00 00 … …
1F 00 00 00 D8 61 77 01 20 62 77 01 CD CD CD CD …aw. .bw…
CD CD CD CD CD CD CD CD 10 00 00 00 1F 00 00 00 … …
10 3D C6 00 .=… …

---------- Block 141 at 0x017760C0: 8 bytes ----------
Leak Hash: 0x472697D6, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\listviewreader\listviewreader.cpp (17): 2012test.exe!`dynamic initializer for ‘cocostudio::ListViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
A4 62 77 01 00 00 00 00 .bw… …

---------- Block 148 at 0x01776150: 68 bytes ----------
Leak Hash: 0xC2A78B40, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\widgetreader.cpp (64): 2012test.exe!dynamic initializer for 'cocostudio::WidgetReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 30 9A 77 01 40 60 77 01 00 63 77 01 57 69 64 67 0.w.@w. .cw.Widg
65 74 52 65 61 64 65 72 00 CD CD CD 0C 00 00 00 etReader …
0F 00 00 00 D8 63 77 01 57 69 64 67 65 74 52 65 …cw. WidgetRe
61 64 65 72 00 CD CD CD 0C 00 00 00 0F 00 00 00 ader… …
70 85 C6 00 p… …

---------- Block 131 at 0x017761D8: 8 bytes ----------
Leak Hash: 0x1AF4B645, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\scrollviewreader\scrollviewreader.cpp (19): 2012test.exe!dynamic initializer for 'cocostudio::ScrollViewReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 64 60 77 01 00 00 00 00 dw… …

---------- Block 132 at 0x01776220: 32 bytes ----------
Leak Hash: 0x2F631BDF, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1100): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (984): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::operator=
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (46): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\scrollviewreader\scrollviewreader.cpp (19): 2012test.exe!`dynamic initializer for ‘cocostudio::ScrollViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
53 63 72 6F 6C 6C 56 69 65 77 52 65 61 64 65 72 ScrollVi ewReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 139 at 0x01776280: 68 bytes ----------
Leak Hash: 0xAD5927EF, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\listviewreader\listviewreader.cpp (17): 2012test.exe!dynamic initializer for 'cocostudio::ListViewReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 38 78 77 01 80 AB 77 01 28 5E 77 01 4C 69 73 74 8xw...w. (^w.List 56 69 65 77 52 65 61 64 65 72 00 CD 0E 00 00 00 ViewRead er...... 0F 00 00 00 C0 60 77 01 4C 69 73 74 56 69 65 77 .....w. ListView
52 65 61 64 65 72 00 CD 0E 00 00 00 0F 00 00 00 Reader… …
A0 42 C6 00 .B… …

---------- Block 149 at 0x01776300: 8 bytes ----------
Leak Hash: 0x18175BE9, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\widgetreader.cpp (64): 2012test.exe!`dynamic initializer for ‘cocostudio::WidgetReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
58 61 77 01 00 00 00 00 Xaw… …

---------- Block 150 at 0x017763D8: 8 bytes ----------
Leak Hash: 0x28D83B79, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\widgetreader.cpp (64): 2012test.exe!`dynamic initializer for ‘cocostudio::WidgetReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
74 61 77 01 00 00 00 00 taw… …

---------- Block 3 at 0x017774B0: 44 bytes ----------
Leak Hash: 0xDDE206E2, Count: 1, Total 44 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (79): 2012test.exe!cocos2d::ObjectFactory::getInstance + 0x7 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (40): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x9 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
48 F4 20 01 48 57 76 01 18 75 77 01 1B 00 00 00 H…HWv. .uw…
00 55 76 01 80 5A 77 01 80 5C 77 01 80 5C 77 01 .Uv…Zw. .\w…\w.
3F 00 00 00 40 00 00 00 00 00 80 3F ?..@… …?..

---------- Block 4 at 0x01777518: 68 bytes ----------
Leak Hash: 0x90677F1C, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (774): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (727): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std:: + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits<ch
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (68): 2012test.exe!cocos2d::ObjectFactory::ObjectFactory
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (79): 2012test.exe!cocos2d::ObjectFactory::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (40): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x9 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!`dynamic initializer for ‘cocostudio::ButtonReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
D0 A8 77 01 28 AA 77 01 CD CD CD CD CD CD CD CD …w.(.w. …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD … …

---------- Block 12 at 0x01777618: 68 bytes ----------
Leak Hash: 0xAB2AEB9D, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!dynamic initializer for 'cocostudio::ButtonReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 60 7B 77 01 D0 A8 77 01 B0 52 76 01 42 75 74 74 {w…w. .Rv.Butt
6F 6E 52 65 61 64 65 72 00 CD CD CD 0C 00 00 00 onReader …
0F 00 00 00 48 6F 76 01 42 75 74 74 6F 6E 52 65 …Hov. ButtonRe
61 64 65 72 00 CD CD CD 0C 00 00 00 0F 00 00 00 ader… …
80 4E C5 00 .N… …

---------- Block 31 at 0x01777698: 8 bytes ----------
Leak Hash: 0x3768CC71, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\sliderreader\sliderreader.cpp (23): 2012test.exe!`dynamic initializer for ‘cocostudio::SliderReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
40 78 77 01 00 00 00 00 @xw… …

---------- Block 21 at 0x017776E0: 68 bytes ----------
Leak Hash: 0x294BF6D3, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\checkboxreader\checkboxreader.cpp (20): 2012test.exe!dynamic initializer for 'cocostudio::CheckBoxReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 80 AB 77 01 60 7B 77 01 50 5C 76 01 43 68 65 63 ..w.{w. P\v.Chec
6B 42 6F 78 52 65 61 64 65 72 00 CD 0E 00 00 00 kBoxRead er…
0F 00 00 00 88 5A 76 01 43 68 65 63 6B 42 6F 78 …Zv. CheckBox
52 65 61 64 65 72 00 CD 0E 00 00 00 0F 00 00 00 Reader… …
D0 6C C5 00 .l… …

---------- Block 32 at 0x01777760: 8 bytes ----------
Leak Hash: 0x07A7ACE1, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\sliderreader\sliderreader.cpp (23): 2012test.exe!`dynamic initializer for ‘cocostudio::SliderReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
5C 78 77 01 00 00 00 00 \xw… …

---------- Block 40 at 0x017777F0: 8 bytes ----------
Leak Hash: 0x9DBE4B08, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\imageviewreader\imageviewreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::ImageViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
98 79 77 01 00 00 00 00 .yw… …

---------- Block 30 at 0x01777838: 68 bytes ----------
Leak Hash: 0xEDD81CD8, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\sliderreader\sliderreader.cpp (23): 2012test.exe!dynamic initializer for 'cocostudio::SliderReader::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 90 79 77 01 80 62 77 01 98 76 77 01 53 6C 69 64 .yw..bw. .vw.Slid 65 72 52 65 61 64 65 72 00 CD CD CD 0C 00 00 00 erReader ........ 0F 00 00 00 60 77 77 01 53 6C 69 64 65 72 52 65 ....ww. SliderRe
61 64 65 72 00 CD CD CD 0C 00 00 00 0F 00 00 00 ader… …
F0 84 C5 00 … …

---------- Block 41 at 0x017778B8: 8 bytes ----------
Leak Hash: 0xAD712B98, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\imageviewreader\imageviewreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::ImageViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
B4 79 77 01 00 00 00 00 .yw… …

---------- Block 64 at 0x01777948: 8 bytes ----------
Leak Hash: 0x3532315D, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textatlasreader\textatlasreader.cpp (20): 2012test.exe!`dynamic initializer for ‘cocostudio::TextAtlasReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
A8 7D 77 01 00 00 00 00 .}w… …

---------- Block 39 at 0x01777990: 68 bytes ----------
Leak Hash: 0x470E9BA1, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\imageviewreader\imageviewreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::ImageViewReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
A0 7D 77 01 38 78 77 01 F0 77 77 01 49 6D 61 67 .}w.8xw. .ww.Imag
65 56 69 65 77 52 65 61 64 65 72 00 0F 00 00 00 eViewRea der…
0F 00 00 00 B8 78 77 01 49 6D 61 67 65 56 69 65 …xw. ImageVie
77 52 65 61 64 65 72 00 0F 00 00 00 0F 00 00 00 wReader. …
C0 9E C5 00 … …

---------- Block 54 at 0x01777AB8: 8 bytes ----------
Leak Hash: 0xFBF3C9DF, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\loadingbarreader\loadingbarreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::LoadingBarReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
68 7B 77 01 00 00 00 00 h{w… …

---------- Block 47 at 0x01777B00: 32 bytes ----------
Leak Hash: 0xC0611234, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (736): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (90): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo> + 0x39 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (273): 2012test.exe!std::make_pair<std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::ObjectFactory::TInfo const &> + 0x24 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\loadingbarreader\loadingbarreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::LoadingBarReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
4C 6F 61 64 69 6E 67 42 61 72 52 65 61 64 65 72 LoadingB arReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 53 at 0x01777B60: 68 bytes ----------
Leak Hash: 0x21431976, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\loadingbarreader\loadingbarreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::LoadingBarReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E0 76 77 01 18 76 77 01 B8 7A 77 01 00 7B 77 01 .vw…vw. .zw…{w.
CD CD CD CD CD CD CD CD CD CD CD CD 10 00 00 00 … …
1F 00 00 00 F8 7C 77 01 40 7D 77 01 CD CD CD CD …|w. @}w…
CD CD CD CD CD CD CD CD 10 00 00 00 1F 00 00 00 … …
20 B4 C5 00 … …

---------- Block 65 at 0x01777BE0: 8 bytes ----------
Leak Hash: 0x05FD51CD, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textatlasreader\textatlasreader.cpp (20): 2012test.exe!`dynamic initializer for ‘cocostudio::TextAtlasReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C4 7D 77 01 00 00 00 00 .}w… …

---------- Block 72 at 0x01777C70: 68 bytes ----------
Leak Hash: 0xAF9F11C5, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textreader\textreader.cpp (23): 2012test.exe!`dynamic initializer for ‘cocostudio::TextReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
00 5A 77 01 A0 7D 77 01 20 7E 77 01 54 65 78 74 .Zw…}w. .~w.Text
52 65 61 64 65 72 00 CD CD CD CD CD 0A 00 00 00 Reader… …
0F 00 00 00 F8 7E 77 01 54 65 78 74 52 65 61 64 …~w. TextRead
65 72 00 CD CD CD CD CD 0A 00 00 00 0F 00 00 00 er… …
40 DE C5 00 @… …

---------- Block 55 at 0x01777CF8: 8 bytes ----------
Leak Hash: 0xCB3CA94F, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\loadingbarreader\loadingbarreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::LoadingBarReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
84 7B 77 01 00 00 00 00 .{w… …

---------- Block 56 at 0x01777D40: 32 bytes ----------
Leak Hash: 0xFEAB04D5, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1100): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (984): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::operator=
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (46): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\loadingbarreader\loadingbarreader.cpp (24): 2012test.exe!`dynamic initializer for ‘cocostudio::LoadingBarReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
4C 6F 61 64 69 6E 67 42 61 72 52 65 61 64 65 72 LoadingB arReader
00 CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 63 at 0x01777DA0: 68 bytes ----------
Leak Hash: 0xEF82E1F4, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textatlasreader\textatlasreader.cpp (20): 2012test.exe!`dynamic initializer for ‘cocostudio::TextAtlasReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
70 7C 77 01 90 79 77 01 48 79 77 01 54 65 78 74 p|w…yw. Hyw.Text
41 74 6C 61 73 52 65 61 64 65 72 00 0F 00 00 00 AtlasRea der…
0F 00 00 00 E0 7B 77 01 54 65 78 74 41 74 6C 61 …{w. TextAtla
73 52 65 61 64 65 72 00 0F 00 00 00 0F 00 00 00 sReader. …
30 C9 C5 00 0… …

---------- Block 73 at 0x01777E20: 8 bytes ----------
Leak Hash: 0x752FC16C, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textreader\textreader.cpp (23): 2012test.exe!`dynamic initializer for ‘cocostudio::TextReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
78 7C 77 01 00 00 00 00 x|w… …

---------- Block 97 at 0x01777EB0: 8 bytes ----------
Leak Hash: 0x28612BF9, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textfieldreader\textfieldreader.cpp (25): 2012test.exe!`dynamic initializer for ‘cocostudio::TextFieldReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
08 5A 77 01 00 00 00 00 .Zw… …

---------- Block 74 at 0x01777EF8: 8 bytes ----------
Leak Hash: 0x45E0A1FC, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\textreader\textreader.cpp (23): 2012test.exe!`dynamic initializer for ‘cocostudio::TextReader::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
94 7C 77 01 00 00 00 00 .|w… …

---------- Block 247 at 0x01779A30: 68 bytes ----------
Leak Hash: 0x6E719C66, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilayout.cpp (51): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Layout::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
B8 9C 77 01 50 61 77 01 50 9B 77 01 4C 61 79 6F …w.Paw. P.w.Layo
75 74 00 CD CD CD CD CD CD CD CD CD 06 00 00 00 ut… …
0F 00 00 00 98 9B 77 01 4C 61 79 6F 75 74 00 CD …w. Layout…
CD CD CD CD CD CD CD CD 06 00 00 00 0F 00 00 00 … …
80 76 04 01 .v… …

---------- Block 258 at 0x01779AF8: 8 bytes ----------
Leak Hash: 0x49B85767, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uibutton.cpp (41): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Button::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
DC 9C 77 01 00 00 00 00 …w… …

---------- Block 248 at 0x01779B50: 8 bytes ----------
Leak Hash: 0xB4C14CCF, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilayout.cpp (51): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Layout::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
38 9A 77 01 00 00 00 00 8.w… …

---------- Block 249 at 0x01779B98: 8 bytes ----------
Leak Hash: 0x840E2C5F, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilayout.cpp (51): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Layout::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
54 9A 77 01 00 00 00 00 T.w… …

---------- Block 257 at 0x01779BE0: 8 bytes ----------
Leak Hash: 0x797737F7, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uibutton.cpp (41): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Button::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C0 9C 77 01 00 00 00 00 …w… …

---------- Block 266 at 0x01779C70: 8 bytes ----------
Leak Hash: 0x03D81A14, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uicheckbox.cpp (38): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::CheckBox::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
18 9E 77 01 00 00 00 00 …w… …

---------- Block 256 at 0x01779CB8: 68 bytes ----------
Leak Hash: 0xA3C7E75E, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uibutton.cpp (41): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Button::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
10 9E 77 01 30 9A 77 01 E0 9B 77 01 42 75 74 74 …w.0.w. …w.Butt
6F 6E 00 CD CD CD CD CD CD CD CD CD 06 00 00 00 on… …
0F 00 00 00 F8 9A 77 01 42 75 74 74 6F 6E 00 CD …w. Button…
CD CD CD CD CD CD CD CD 06 00 00 00 0F 00 00 00 … …
10 05 05 01 … …

---------- Block 267 at 0x01779D38: 8 bytes ----------
Leak Hash: 0x33177A84, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uicheckbox.cpp (38): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::CheckBox::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
34 9E 77 01 00 00 00 00 4.w… …

---------- Block 275 at 0x01779DC8: 8 bytes ----------
Leak Hash: 0x8C296C31, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiimageview.cpp (39): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ImageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
70 9F 77 01 00 00 00 00 p.w… …

---------- Block 265 at 0x01779E10: 68 bytes ----------
Leak Hash: 0xD968CABD, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uicheckbox.cpp (38): 2012test.exe!dynamic initializer for 'cocos2d::ui::CheckBox::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 68 9F 77 01 B8 9C 77 01 70 9C 77 01 43 68 65 63 h.w...w. p.w.Chec 6B 42 6F 78 00 CD CD CD CD CD CD CD 08 00 00 00 kBox.... ........ 0F 00 00 00 38 9D 77 01 43 68 65 63 6B 42 6F 78 ....8.w. CheckBox 00 CD CD CD CD CD CD CD 08 00 00 00 0F 00 00 00 ........ ........ 60 33 05 01 3… …

---------- Block 276 at 0x01779E90: 8 bytes ----------
Leak Hash: 0xBCE60CA1, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiimageview.cpp (39): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ImageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
8C 9F 77 01 00 00 00 00 …w… …

---------- Block 284 at 0x01779F20: 8 bytes ----------
Leak Hash: 0x34FAACAD, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitext.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Text::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C8 A0 77 01 00 00 00 00 …w… …

---------- Block 274 at 0x01779F68: 68 bytes ----------
Leak Hash: 0x5699BC98, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiimageview.cpp (39): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ImageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C0 A0 77 01 10 9E 77 01 C8 9D 77 01 49 6D 61 67 …w…w. …w.Imag
65 56 69 65 77 00 CD CD CD CD CD CD 09 00 00 00 eView… …
0F 00 00 00 90 9E 77 01 49 6D 61 67 65 56 69 65 …w. ImageVie
77 00 CD CD CD CD CD CD 09 00 00 00 0F 00 00 00 w… …
D0 58 05 01 .X… …

---------- Block 285 at 0x01779FE8: 8 bytes ----------
Leak Hash: 0x0435CC3D, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitext.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Text::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E4 A0 77 01 00 00 00 00 …w… …

---------- Block 293 at 0x0177A078: 8 bytes ----------
Leak Hash: 0x28180399, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextatlas.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextAtlas::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
20 A2 77 01 00 00 00 00 …w… …

---------- Block 283 at 0x0177A0C0: 68 bytes ----------
Leak Hash: 0xEE4A7C04, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitext.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Text::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C8 A4 77 01 68 9F 77 01 20 9F 77 01 54 65 78 74 …w.h.w. …w.Text
00 CD CD CD CD CD CD CD CD CD CD CD 04 00 00 00 … …
0F 00 00 00 E8 9F 77 01 54 65 78 74 00 CD CD CD …w. Text…
CD CD CD CD CD CD CD CD 04 00 00 00 0F 00 00 00 … …
C0 68 05 01 .h… …

---------- Block 294 at 0x0177A140: 8 bytes ----------
Leak Hash: 0x18D76309, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextatlas.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextAtlas::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
3C A2 77 01 00 00 00 00 <.w… …

---------- Block 302 at 0x0177A1D0: 8 bytes ----------
Leak Hash: 0x26B18ECB, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiloadingbar.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::LoadingBar::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
78 A3 77 01 00 00 00 00 x.w… …

---------- Block 292 at 0x0177A218: 68 bytes ----------
Leak Hash: 0xF2A8D330, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextatlas.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextAtlas::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
C0 57 77 01 00 5A 77 01 78 A0 77 01 54 65 78 74 .Ww…Zw. x.w.Text
41 74 6C 61 73 00 CD CD CD CD CD CD 09 00 00 00 Atlas… …
0F 00 00 00 40 A1 77 01 54 65 78 74 41 74 6C 61 …@.w. TextAtla
73 00 CD CD CD CD CD CD 09 00 00 00 0F 00 00 00 s… …
D0 7E 05 01 .~… …

---------- Block 303 at 0x0177A298: 8 bytes ----------
Leak Hash: 0x167EEE5B, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiloadingbar.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::LoadingBar::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
94 A3 77 01 00 00 00 00 …w… …

---------- Block 311 at 0x0177A328: 8 bytes ----------
Leak Hash: 0xEB07F5F3, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiscrollview.cpp (38): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ScrollView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
D0 A4 77 01 00 00 00 00 …w… …

---------- Block 301 at 0x0177A370: 68 bytes ----------
Leak Hash: 0xFC015E62, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiloadingbar.cpp (35): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::LoadingBar::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
70 5E 77 01 88 58 77 01 D0 A1 77 01 4C 6F 61 64 p^w…Xw. …w.Load
69 6E 67 42 61 72 00 CD CD CD CD CD 0A 00 00 00 ingBar… …
0F 00 00 00 98 A2 77 01 4C 6F 61 64 69 6E 67 42 …w. LoadingB
61 72 00 CD CD CD CD CD 0A 00 00 00 0F 00 00 00 ar… …
A0 89 05 01 … …

---------- Block 312 at 0x0177A3F0: 8 bytes ----------
Leak Hash: 0xDBC89563, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiscrollview.cpp (38): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ScrollView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
EC A4 77 01 00 00 00 00 …w… …

---------- Block 320 at 0x0177A480: 8 bytes ----------
Leak Hash: 0x8C6709B2, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilistview.cpp (33): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ListView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
28 A6 77 01 00 00 00 00 (.w… …

---------- Block 310 at 0x0177A4C8: 68 bytes ----------
Leak Hash: 0x31B7255A, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uiscrollview.cpp (38): 2012test.exe!dynamic initializer for 'cocos2d::ui::ScrollView::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 78 A7 77 01 C0 A0 77 01 28 A3 77 01 53 63 72 6F x.w...w. (.w.Scro 6C 6C 56 69 65 77 00 CD CD CD CD CD 0A 00 00 00 llView.. ........ 0F 00 00 00 F0 A3 77 01 53 63 72 6F 6C 6C 56 69 ......w. ScrollVi 65 77 00 CD CD CD CD CD 0A 00 00 00 0F 00 00 00 ew...... ........ 60 9F 05 01 … …

---------- Block 321 at 0x0177A548: 8 bytes ----------
Leak Hash: 0xBCA86922, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilistview.cpp (33): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ListView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
44 A6 77 01 00 00 00 00 D.w… …

---------- Block 329 at 0x0177A5D8: 8 bytes ----------
Leak Hash: 0xAB1A05C2, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uislider.cpp (37): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Slider::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
80 A7 77 01 00 00 00 00 …w… …

---------- Block 319 at 0x0177A620: 68 bytes ----------
Leak Hash: 0x56D7D91B, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uilistview.cpp (33): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::ListView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
28 AA 77 01 78 A7 77 01 80 A4 77 01 4C 69 73 74 (.w.x.w. …w.List
56 69 65 77 00 CD CD CD CD CD CD CD 08 00 00 00 View… …
0F 00 00 00 48 A5 77 01 4C 69 73 74 56 69 65 77 …H.w. ListView
00 CD CD CD CD CD CD CD 08 00 00 00 0F 00 00 00 … …
30 14 06 01 0… …

---------- Block 330 at 0x0177A6A0: 8 bytes ----------
Leak Hash: 0x9BD56552, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uislider.cpp (37): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Slider::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
9C A7 77 01 00 00 00 00 …w… …

---------- Block 338 at 0x0177A730: 8 bytes ----------
Leak Hash: 0xA68A6EA9, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextfield.cpp (358): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextField::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
D8 A8 77 01 00 00 00 00 …w… …

---------- Block 328 at 0x0177A778: 68 bytes ----------
Leak Hash: 0x71AAD56B, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uislider.cpp (37): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::Slider::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
20 A6 77 01 C8 A4 77 01 D8 A5 77 01 53 6C 69 64 …w…w. …w.Slid
65 72 00 CD CD CD CD CD CD CD CD CD 06 00 00 00 er… …
0F 00 00 00 A0 A6 77 01 53 6C 69 64 65 72 00 CD …w. Slider…
CD CD CD CD CD CD CD CD 06 00 00 00 0F 00 00 00 … …
80 6C 06 01 .l… …

---------- Block 339 at 0x0177A7F8: 8 bytes ----------
Leak Hash: 0x96450E39, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextfield.cpp (358): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextField::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
F4 A8 77 01 00 00 00 00 …w… …

---------- Block 347 at 0x0177A888: 8 bytes ----------
Leak Hash: 0xBA68C19D, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextbmfont.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextBMFont::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
30 AA 77 01 00 00 00 00 0.w… …

---------- Block 337 at 0x0177A8D0: 68 bytes ----------
Leak Hash: 0x7C3ABE00, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextfield.cpp (358): 2012test.exe!dynamic initializer for 'cocos2d::ui::TextField::__Type'' + 0x6C bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup 0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes 0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes 0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes Data: 18 76 77 01 18 75 77 01 30 A7 77 01 54 65 78 74 .vw..uw. 0.w.Text 46 69 65 6C 64 00 CD CD CD CD CD CD 09 00 00 00 Field... ........ 0F 00 00 00 F8 A7 77 01 54 65 78 74 46 69 65 6C ......w. TextFiel 64 00 CD CD CD CD CD CD 09 00 00 00 0F 00 00 00 d....... ........ 60 A0 06 01 … …

---------- Block 348 at 0x0177A950: 8 bytes ----------
Leak Hash: 0x8AA7A10D, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextbmfont.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextBMFont::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
4C AA 77 01 00 00 00 00 L.w… …

---------- Block 356 at 0x0177A9E0: 8 bytes ----------
Leak Hash: 0xE8707649, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uipageview.cpp (31): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::PageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
88 AB 77 01 00 00 00 00 …w… …

---------- Block 346 at 0x0177AA28: 68 bytes ----------
Leak Hash: 0x60D81134, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uitextbmfont.cpp (34): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::TextBMFont::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
18 75 77 01 20 A6 77 01 88 A8 77 01 54 65 78 74 .uw…w. …w.Text
42 4D 46 6F 6E 74 00 CD CD CD CD CD 0A 00 00 00 BMFont… …
0F 00 00 00 50 A9 77 01 54 65 78 74 42 4D 46 6F …P.w. TextBMFo
6E 74 00 CD CD CD CD CD 0A 00 00 00 0F 00 00 00 nt… …
E0 C4 06 01 … …

---------- Block 357 at 0x0177AAA8: 8 bytes ----------
Leak Hash: 0xD8BF16D9, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (749): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x47 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (44): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (183): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo><std::basic_string<char,st
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uipageview.cpp (31): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::PageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
A4 AB 77 01 00 00 00 00 …w… …

---------- Block 355 at 0x0177AB80: 68 bytes ----------
Leak Hash: 0x32C0A6E0, Count: 1, Total 68 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TInfo>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::ObjectFactory::TIn + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::ObjectFactory::TInfo,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (104): 2012test.exe!cocos2d::ObjectFactory::registerType + 0x37 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (41): 2012test.exe!cocos2d::ObjectFactory::TInfo::TInfo
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\ui\uipageview.cpp (31): 2012test.exe!`dynamic initializer for ‘cocos2d::ui::PageView::__Type’’ + 0x6C bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crt0dat.c (894): MSVCR110D.dll!_initterm
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (460): 2012test.exe!__tmainCRTStartup + 0xF bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
80 62 77 01 E0 76 77 01 E0 A9 77 01 50 61 67 65 .bw…vw. …w.Page
56 69 65 77 00 CD CD CD CD CD CD CD 08 00 00 00 View… …
0F 00 00 00 A8 AA 77 01 50 61 67 65 56 69 65 77 …w. PageView
00 CD CD CD CD CD CD CD 08 00 00 00 0F 00 00 00 … …
80 CE 06 01 … …

---------- Block 2040 at 0x06246A18: 56 bytes ----------
Leak Hash: 0xE716A22B, Count: 1, Total 56 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (774): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (727): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_List_buy<std::stuck_out_tongue:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::list<std::pair<std::b
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x7A bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
F8 77 24 06 68 3C 38 06 CD CD CD CD CD CD CD CD .w$.h<8. …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD … …

---------- Block 2041 at 0x06246A90: 8 bytes ----------
Leak Hash: 0x0DF53F69, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (755): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (729): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_List_buy<std::stuck_out_tongue:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::list<std::pair<std::b
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x7A bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
68 B7 24 06 00 00 00 00 h.$… …

---------- Block 2042 at 0x06246AD8: 8 bytes ----------
Leak Hash: 0x26A7B141, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (629): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std: + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (609): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (691): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha + 0x70 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x7A bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
74 B7 24 06 00 00 00 00 t.$… …

---------- Block 2043 at 0x06246B20: 64 bytes ----------
Leak Hash: 0xA3E086C1, Count: 1, Total 64 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > > > > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1583): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std: + 0x17 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1252): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std: + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1455): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std: + 0x53 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1242): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > > >,std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (1012): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (319): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x7A bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
18 6A 24 06 18 6A 24 06 68 3C 38 06 68 3C 38 06 .j$…j$. h<8.h<8.
18 6A 24 06 18 6A 24 06 18 6A 24 06 18 6A 24 06 .j$…j$. .j$…j$.
18 6A 24 06 18 6A 24 06 18 6A 24 06 18 6A 24 06 .j$…j$. .j$…j$.
F8 77 24 06 F8 77 24 06 18 6A 24 06 18 6A 24 06 .w$…w$. .j$…j$.

---------- Block 2044 at 0x06246BA0: 48 bytes ----------
Leak Hash: 0x74AF0E22, Count: 1, Total 48 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_Tree_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::R
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (842): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,ra + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (797): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,ra + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (894): 2012test.exe!std::_Tree_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<rapi
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1008): 2012test.exe!std::_Tree_comp<0,std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1072): 2012test.exe!std::_Tree<std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<rapidjs
c:\program files (x86)\microsoft visual studio 11.0\vc\include\map (93): 2012test.exe!std::map<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref *,rapidjson::GenericValue<rapidjson::UTF8,rapid
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x89 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
A0 6B 24 06 A0 6B 24 06 A0 6B 24 06 01 01 CD CD .k$…k$. .k$…
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 2045 at 0x06246C10: 8 bytes ----------
Leak Hash: 0x667DBE53, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (824): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::*)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,ra + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (799): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,ra + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (894): 2012test.exe!std::_Tree_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<rapi
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1008): 2012test.exe!std::_Tree_comp<0,std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1072): 2012test.exe!std::_Tree<std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref ,rapidjson::GenericValue<rapidjs
c:\program files (x86)\microsoft visual studio 11.0\vc\include\map (93): 2012test.exe!std::map<std::basic_string<char,std::char_traits,std::allocator >,void (__thiscall cocos2d::Ref::
)(std::basic_string<char,std::char_traits,std::allocator > const &,cocos2d::Ref *,rapidjson::GenericValue<rapidjson::UTF8,rapid
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x89 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
90 B7 24 06 00 00 00 00 …$… …

---------- Block 2542 at 0x062474F0: 1 bytes ----------
Leak Hash: 0xBF773AE3, Count: 1, Total 1 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\dictionaryhelper.cpp (45): 2012test.exe!cocostudio::DictionaryHelper::getInstance + 0x7 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (196): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x10 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
CD … …

---------- Block 2997 at 0x06247690: 8 bytes ----------
Leak Hash: 0x9F034AF7, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (755): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (729): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (55): 2012test.exe!cocostudio::ActionManagerEx::ActionManagerEx
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (38): 2012test.exe!cocostudio::ActionManagerEx::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1218): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x17 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
DC 9F 24 06 00 00 00 00 …$… …

---------- Block 2558 at 0x06247798: 32 bytes ----------
Leak Hash: 0x9E1042CF, Count: 1, Total 32 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2196): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Copy + 0x27 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (2227): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::_Grow + 0x13 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (1113): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::assign + 0xE bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (736): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (138): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value>::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value><std::basic_string<char,std::char_traits,std::allocator > + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (265): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca + 0x33 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (144): 2012test.exe!cocostudio::GUIReader::storeFileDesignSize + 0x3B bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1200): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
74 65 73 74 2F 74 65 73 74 2E 6A 73 6F 6E 77 69 test/tes t.jsonwi
64 74 68 00 CD CD CD CD CD CD CD CD CD CD CD CD dth… …

---------- Block 2559 at 0x062477F8: 56 bytes ----------
Leak Hash: 0xD3A3EA6B, Count: 1, Total 56 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Va + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_Buynode<std::pa + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_Insert<std::pair<std + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::emplace_front<std::pa + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (265): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca + 0x5F bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (144): 2012test.exe!cocostudio::GUIReader::storeFileDesignSize + 0x3B bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1200): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
68 3C 38 06 18 6A 24 06 70 78 24 06 98 77 24 06 h<8…j$. px$…w$.
CD CD CD CD CD CD CD CD CD CD CD CD 13 00 00 00 … …
1F 00 00 00 CD CD CD CD 00 00 70 44 CD CD CD CD … …pD…
03 00 00 00 CD CD CD CD … …

---------- Block 2560 at 0x06247870: 8 bytes ----------
Leak Hash: 0x106972A5, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value><std::basic_string<char,std::char_traits,std::allo + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits,std::allocator > con + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_Buynode<std::pa + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::_Insert<std::pair<std + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Value> > >::emplace_front<std::pa + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_string<char,std::char_traits<cha
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (265): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Value,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::char_traits,std::alloca + 0x5F bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (144): 2012test.exe!cocostudio::GUIReader::storeFileDesignSize + 0x3B bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1200): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
00 78 24 06 00 00 00 00 .x$… …

---------- Block 2887 at 0x06249AB8: 152 bytes ----------
Leak Hash: 0xF96A98AB, Count: 1, Total 152 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (50): 2012test.exe!cocostudio::ButtonReader::getInstance + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\buttonreader\buttonreader.cpp (34): 2012test.exe!cocostudio::ButtonReader::createInstance + 0x8 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (96): 2012test.exe!cocos2d::ObjectFactory::createObject + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (332): 2012test.exe!cocostudio::WidgetPropertiesReader::createWidgetReaderProtocol + 0x10 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1436): 2012test.exe!cocostudio::WidgetPropertiesReader0300::widgetFromJsonDictionary + 0xC bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1471): 2012test.exe!cocostudio::WidgetPropertiesReader0300::widgetFromJsonDictionary + 0x16 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1201): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x13 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
FC 9E 20 01 01 00 00 00 3F 00 00 00 00 00 00 00 … ?..
00 00 00 00 08 9F 20 01 2C B0 20 01 CD CD CD CD … ,…
CD CD CD CD CD CD CD CD D0 9A 24 06 CD CD CD CD … …..... 4C B0 20 01 B8 9A 24 06 CD CD CD CD CD CD CD CD L...... …
E8 9A 24 06 CD CD CD CD 6C B0 20 01 CD CD CD CD …..... l....... CD CD CD CD CD CD CD CD 00 9B 24 06 CD CD CD CD ........ ..
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 … …
00 00 00 00 00 00 00 00 00 00 00 CD FF 00 00 00 … …
00 00 00 00 00 00 00 00 00 CD CD CD 00 00 00 00 … …
00 00 00 00 CD CD CD CD … …

---------- Block 2998 at 0x06249B90: 8 bytes ----------
Leak Hash: 0x20EB2C5E, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (629): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std:: + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (609): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<std::_List_unchecked_iterator<std::_List_val<std::List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (691): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::_Wrap_alloc<std::allocator<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str + 0x70 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (55): 2012test.exe!cocostudio::ActionManagerEx::ActionManagerEx
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (38): 2012test.exe!cocostudio::ActionManagerEx::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1218): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x17 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E8 9F 24 06 00 00 00 00 …$… …

---------- Block 3004 at 0x06249E08: 8 bytes ----------
Leak Hash: 0x377F1731, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (629): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<cocostudio::ActionObject *,std::allocator<cocostudio::ActionObject *> > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (609): 2012test.exe!std::_Vector_alloc<0,std::_Vec_base_types<cocostudio::ActionObject *,std::allocator<cocostudio::ActionObject *> > >::_Vector_alloc<0,std::_Vec_base_types<cocostudio::ActionObject *,std::allocator<cocostudio::ActionObject *> > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (686): 2012test.exe!std::vector<cocostudio::ActionObject *,std::allocator<cocostudio::ActionObject *> >::vector<cocostudio::ActionObject *,std::allocator<cocostudio::ActionObject *> >
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\ccvector.h (92): 2012test.exe!cocos2d::Vector<cocostudio::ActionObject *>::Vector<cocostudio::ActionObject *> + 0x35 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (139): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *> >::pair<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *> ><std::basi
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (77): 2012test.exe!cocostudio::ActionManagerEx::initWithDictionary + 0x15 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1219): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
74 9E 24 06 00 00 00 00 t.$… …

---------- Block 3005 at 0x06249E50: 52 bytes ----------
Leak Hash: 0xEC322F4C, Count: 1, Total 52 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d + 0x56 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (77): 2012test.exe!cocostudio::ActionManagerEx::initWithDictionary + 0x44 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1219): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
10 A4 24 06 10 A4 24 06 C0 9E 24 06 74 65 73 74 ….... ….test 2E 6A 73 6F 6E 00 CD CD CD CD CD CD 09 00 00 00 .json... ........ 0F 00 00 00 08 9E 24 06 00 00 00 00 00 00 00 00 ....... …
00 00 00 00 … …

---------- Block 3006 at 0x06249EC0: 8 bytes ----------
Leak Hash: 0xC2010955, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (899): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\utility (182): 2012test.exe!std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject + 0x42 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (903): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,void *> > >::construct<std::pair<std::basic_string<char,std::char_traits<ch + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (850): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d + 0xA6 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec + 0x51 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (1086): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec + 0x48 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (385): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (77): 2012test.exe!cocostudio::ActionManagerEx::initWithDictionary + 0x44 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1219): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
58 9E 24 06 00 00 00 00 X.$… …

---------- Block 2995 at 0x06249FC8: 60 bytes ----------
Leak Hash: 0x82EED23D, Count: 1, Total 60 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (38): 2012test.exe!cocostudio::ActionManagerEx::getInstance + 0x7 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1218): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x17 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
84 86 20 01 01 00 00 00 42 00 00 00 00 00 00 00 … B…
00 00 00 00 90 76 24 06 10 A4 24 06 01 00 00 00 …v$. …..... 90 9B 24 06 30 C6 24 06 70 C6 24 06 70 C6 24 06 ...0.. p..p.$.
07 00 00 00 08 00 00 00 00 00 80 3F … …?..

---------- Block 2996 at 0x0624A410: 52 bytes ----------
Leak Hash: 0xBB043597, Count: 1, Total 52 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_List_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (788): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (774): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (727): 2012test.exe!std::_List_alloc<0,std::_List_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloca + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (830): 2012test.exe!std::_List_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d
c:\program files (x86)\microsoft visual studio 11.0\vc\include\list (905): 2012test.exe!std::list<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vec
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (317): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str + 0x4E bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (55): 2012test.exe!cocostudio::ActionManagerEx::ActionManagerEx
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (38): 2012test.exe!cocostudio::ActionManagerEx::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1218): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x17 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
50 9E 24 06 50 9E 24 06 CD CD CD CD CD CD CD CD P..P.. …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD … …

---------- Block 2038 at 0x0624B738: 112 bytes ----------
Leak Hash: 0xD651B910, Count: 1, Total 112 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x7 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
FC 49 20 01 01 00 00 00 2C 00 00 00 00 00 00 00 .I… ,…
00 00 00 00 E8 B7 24 06 74 65 73 74 2F 00 CD CD …. test/... CD CD CD CD CD CD CD CD 05 00 00 00 0F 00 00 00 ........ ........ 90 6A 24 06 18 6A 24 06 02 00 00 00 D8 6A 24 06 .j…j$. …j$.
20 6B 24 06 60 6B 24 06 60 6B 24 06 07 00 00 00 .k$.k$. k$…
08 00 00 00 00 00 80 3F 10 6C 24 06 A0 6B 24 06 …? .l$…k$.
00 00 00 00 50 8A 36 06 E0 89 36 06 00 00 00 00 …P.6. …6…

---------- Block 2039 at 0x0624B7E8: 8 bytes ----------
Leak Hash: 0x0B58467E, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (591): 2012test.exe!std::allocatorstd::_Container_proxy::allocate + 0xB bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (671): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_Alloc_proxy + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (651): 2012test.exe!std::_String_alloc<0,std::_String_base_types<char,std::allocator > >::_String_alloc<0,std::_String_base_types<char,std::allocator > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstring (791): 2012test.exe!std::basic_string<char,std::char_traits,std::allocator >::basic_string<char,std::char_traits,std::allocator > + 0x56 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x6B bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
4C B7 24 06 00 00 00 00 L.$… …

---------- Block 2999 at 0x0624C630: 64 bytes ----------
Leak Hash: 0xEB9341DE, Count: 1, Total 64 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::_Wrap_alloc<std::allocator<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1583): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::_Wrap_alloc<std::allocator<std: + 0x17 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1252): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::_Wrap_alloc<std::allocator<std: + 0x28 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1455): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::_Wrap_alloc<std::allocator<std: + 0x53 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\vector (1242): 2012test.exe!std::vector<std::_List_unchecked_iterator<std::_List_val<std::_List_simple_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Vector<cocostudio::ActionObject *> > > > >,std::_Wrap_alloc<std::allocator<std:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (1012): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xhash (319): 2012test.exe!std::_Hash<std::_Umap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::_Uhash_compare<std::basic_string<char,std::char_traits,std::allocator >,std::hash<std::basic_str
c:\program files (x86)\microsoft visual studio 11.0\vc\include\unordered_map (114): 2012test.exe!std::unordered_map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Vector<cocostudio::ActionObject *>,std::hash<std::basic_string<char,std::char_traits,std::allocator > >,std::equal_to<std::basic_string<char,std::
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (55): 2012test.exe!cocostudio::ActionManagerEx::ActionManagerEx
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccactionmanagerex.cpp (38): 2012test.exe!cocostudio::ActionManagerEx::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1218): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x17 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
10 A4 24 06 10 A4 24 06 10 A4 24 06 10 A4 24 06 ….... …....
10 A4 24 06 10 A4 24 06 10 A4 24 06 10 A4 24 06 ….... …....
10 A4 24 06 10 A4 24 06 10 A4 24 06 10 A4 24 06 ….... …....
10 A4 24 06 10 A4 24 06 50 9E 24 06 50 9E 24 06 ….... P..P..

---------- Block 2046 at 0x063689E0: 48 bytes ----------
Leak Hash: 0xF7120C13, Count: 1, Total 48 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocator<std::_Tree_node<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,void *> > >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (842): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Re + 0x15 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (797): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Re + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (894): 2012test.exe!std::_Tree_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *> > >::_Tree_buy<std::stuck_out_tongue:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1008): 2012test.exe!std::_Tree_comp<0,std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::c
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1072): 2012test.exe!std::_Tree<std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::char_tra
c:\program files (x86)\microsoft visual studio 11.0\vc\include\map (93): 2012test.exe!std::map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloc
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x98 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
E0 89 36 06 E0 89 36 06 E0 89 36 06 01 01 CD CD …6…6. …6…
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …
CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD CD … …

---------- Block 2047 at 0x06368A50: 8 bytes ----------
Leak Hash: 0xC6AFA4DE, Count: 1, Total 8 bytes
Call Stack (TID 2204):
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xmemory0 (877): 2012test.exe!std::_Wrap_alloc<std::allocatorstd::_Container_proxy >::allocate
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (824): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Re + 0xA bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (799): 2012test.exe!std::_Tree_alloc<0,std::_Tree_base_types<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Re + 0x8 bytes
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (894): 2012test.exe!std::_Tree_buy<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *>,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::allocator > const ,cocos2d::Ref *> > >::_Tree_buy<std::stuck_out_tongue:
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1008): 2012test.exe!std::_Tree_comp<0,std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::c
c:\program files (x86)\microsoft visual studio 11.0\vc\include\xtree (1072): 2012test.exe!std::_Tree<std::_Tmap_traits<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::char_tra
c:\program files (x86)\microsoft visual studio 11.0\vc\include\map (93): 2012test.exe!std::map<std::basic_string<char,std::char_traits,std::allocator >,cocos2d::Ref *,std::less<std::basic_string<char,std::char_traits,std::allocator > >,std::allocator<std::pair<std::basic_string<char,std::char_traits,std::alloc
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (54): 2012test.exe!cocostudio::GUIReader::GUIReader + 0x98 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (94): 2012test.exe!cocostudio::GUIReader::getInstance + 0x22 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
9C B7 24 06 00 00 00 00 …$… …

---------- Block 2595 at 0x0637F690: 152 bytes ----------
Leak Hash: 0xA88A6C75, Count: 1, Total 152 bytes
Call Stack (TID 2204):
f:\dd\vctools\crt_bld\self_x86\crt\src\new.cpp (57): MSVCR110D.dll!operator new
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\layoutreader\layoutreader.cpp (55): 2012test.exe!cocostudio::LayoutReader::getInstance + 0xA bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\widgetreader\layoutreader\layoutreader.cpp (39): 2012test.exe!cocostudio::LayoutReader::createInstance + 0x8 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\base\objectfactory.cpp (96): 2012test.exe!cocos2d::ObjectFactory::createObject + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (332): 2012test.exe!cocostudio::WidgetPropertiesReader::createWidgetReaderProtocol + 0x10 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1436): 2012test.exe!cocostudio::WidgetPropertiesReader0300::widgetFromJsonDictionary + 0xC bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (1201): 2012test.exe!cocostudio::WidgetPropertiesReader0300::createWidget + 0x13 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\editor-support\cocostudio\ccsguireader.cpp (209): 2012test.exe!cocostudio::GUIReader::widgetFromJsonFile + 0x29 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (40): 2012test.exe!HelloWorld::init + 0x11 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.h (22): 2012test.exe!HelloWorld::create + 0xB1 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\helloworldscene.cpp (21): 2012test.exe!HelloWorld::createScene + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\classes\appdelegate.cpp (31): 2012test.exe!AppDelegate::applicationDidFinishLaunching + 0x5 bytes
c:\users\dick\documents\projects\3.2 projects\2012test\cocos2d\cocos\platform\win32\ccapplication.cpp (74): 2012test.exe!cocos2d::Application::run + 0xF bytes
c:\users\dick\documents\projects\3.2 projects\2012test\proj.win32\main.cpp (17): 2012test.exe!wWinMain + 0xC bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (528): 2012test.exe!__tmainCRTStartup + 0x15 bytes
f:\dd\vctools\crt_bld\self_x86\crt\src\crtexe.c (377): 2012test.exe!wWinMainCRTStartup
0x74D2919F (File and line number not available): KERNEL32.DLL!BaseThreadInitThunk + 0xE bytes
0x7730A22B (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x84 bytes
0x7730A201 (File and line number not available): ntdll.dll!RtlInitializeExceptionChain + 0x5A bytes
Data:
9C A7 20 01 01 00 00 00 2F 00 00 00 00 00 00 00 … /…
00 00 00 00 A8 A7 20 01 2C B0 20 01 CD CD CD CD … ,…
CD CD CD CD CD CD CD CD A8 F6 37 06 CD CD CD CD … …7…
4C B0 20 01 90 F6 37 06 CD CD CD CD CD CD CD CD L…7. …
C0 F6 37 06 CD CD CD CD 6C B0 20 01 CD CD CD CD …7… l…
CD CD CD CD CD CD CD CD D8 F6 37 06 CD CD CD CD … …7…
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 … …
00 00 00 00 00 00 00 00 00 00 00 CD FF 00 00 00 … …
00 00 00 00 00 00 00 00 00 CD CD CD 00 00 00 00 … …
00 00 00 00 CD CD CD CD … …

由于长度限制,省略其余输出

内容太长,无法直视。

在程序退出时调用
cocostudio::GUIReader::destroyInstance();
cocostudio::ActionManagerEx::destroyInstance();
cocostudio::DictionaryHelper::destroyInstance();
cocos2d::ObjectFactory::destroyInstance();
可以清除大部分的内存泄漏。
但是在以下的函数中:
Widget* WidgetPropertiesReader0300::widgetFromJsonDictionary(const rapidjson::Value& data)
{
const char* classname = DICTOOL->getStringValue_json(data, “classname”);
const rapidjson::Value& uiOptions = DICTOOL->getSubDictionary_json(data, “options”);
Widget* widget = this->createGUI(classname);
// CCLOG(“classname = %s”, classname);
std::string readerName = this->getWidgetReaderClassName(classname);

WidgetReaderProtocol* reader = this->createWidgetReaderProtocol(readerName);

这里create出来的reader没有释放。

我看了一下源码,发现在cocos/editor-support/cocostudio/WidgetReader目录下,只有ButtonReader实现了purge函数,其他的Reader都没有实现purge函数。
所以一个解决的的办法可能是实现这些Reader的purge函数,然后,在WidgetPropertiesReader0300::widgetFromJsonDictionary记住所有create的reader, 最后在程序退出时调用这些reader的purge函数。
不知道这个思路对不对。

cocos2dx 3.2+ cocostudio1.51也会内存泄漏,加了3L那4句话,的确减少了大部分内存泄漏,但还是有。
我记得我用2.2.2的时候就有内存泄漏了。