cocos2d-x 内存泄漏

 

cocos2d\cocos\renderer/ccquadcommand.cpp

{

        __indices = new (std::nothrow) GLushort[indicesCount];
        __indexCapacity = indicesCount;
        _ownedIndices.push_back(__indices);

}

posted @ 2024-04-28 14:03  YZFHKMS-X  阅读(10)  评论(0编辑  收藏  举报