orthoconsole.exe
All malloc usage should be replaced with std::vector
For small amounts of fixed size memory, should probably use boost::array
Replace all mallocs with std::vector or stack arrays.
The only exceptions are code allocating mempry to return to Revolution
Log in to post a comment.
Replace all mallocs with std::vector or stack arrays.
The only exceptions are code allocating mempry to return to Revolution