For example this line:
Code: Select all
char* str = (char*)(void*) System::Runtime::InteropServices::Marshal::StringToHGlobalAnsi(name);
Code: Select all
System::Runtime::InteropServices::Marshal::FreeHGlobal(str);
IAnimatedMeshMD2.cpp Line 28
IAnimatedMeshSceneNode.cpp Line 58 and 76
IFileSystem.cpp Line 29
IGuiEnvironment.cpp Line 36
ISceneManager.cpp Line 27, 219, and 474
Also IGUIFont.cpp is affect, as presented in this post.