zombieyang / puerts_unity_webgl_demo

在Unity里用Typescript写小游戏/Web游戏
BSD 3-Clause "New" or "Revised" License
190 stars 68 forks source link

fix callbackinfo and arguments memory leak #67

Closed pkujhd closed 2 months ago

pkujhd commented 3 months ago

修复了如下问题:

  1. 当参数个数>=5时,CallbackInfo 和 从堆上传递的Args 都没有释放
  2. 当参数是从堆上传递时,没有被释放.