First of all, thanks for creating such wonderfull library. When adding a virtual property in a class IE:
int mInt
{
get
{
return 0;
}
}
visual studio 2012 detects a memory leak on the following new statement:
asCParser::ParseVirtualPropertyDecl() => asCParser::SuperficiallyParseStatementBlock() => asCParser::CreateNode(eScriptNode type)
I am using the latest version (angelscript 2.26.3)
.
Thanks