cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

fix memory leaking and avoid crash at RenderTexture

Open sidepelican opened this issue 5 years ago • 0 comments

Fix #20529 and #20530 .

  • just add texture->release();
  • avoid to use _texture2D in callback.

sidepelican avatar May 29 '20 13:05 sidepelican