axmol/templates/lua-template-default/frameworks/runtime-src
Dirk de la Hunt 88bcaad518 General fixes:
- changed some delete operations to be deletions of arrays where applicable
 - changed some "free" operations to "delete" where memory was allocated with "new"

CCPUScriptCompiler.cpp:
 - added checks to see if temp1 and temp2 are non-null before dereferencing them

FileServer.cpp:
 - changed the size of startFlag to be 13, seeing as the strcpy into it copies a string, "RuntimeSend:",
   is already 12 characters long, but strcpy() attempts to copy the NULL terminator too.
2015-10-16 21:43:09 +02:00
..
Classes upgrade rapidjson to 1.0.2 2015-05-25 11:43:03 +08:00
proj.android Optimize the lua & js templates. 2015-08-05 16:51:33 +08:00
proj.android-studio [ci skip][Android Studio Projects]Update Gradle Plugin from 1.2.3 to 1.3.0 2015-08-18 22:37:00 +08:00
proj.ios_mac Solve the error effect of lua portrait project created from template. 2015-08-14 17:20:21 +08:00
proj.linux add proj.linux support 2015-01-14 14:44:48 +08:00
proj.win32 General fixes: 2015-10-16 21:43:09 +02:00