raylib icon indicating copy to clipboard operation
raylib copied to clipboard

[RMODELS] Ensure that GLTF buffers are deallocated before using them.

Open JeffM2501 opened this issue 6 months ago • 0 comments

Check to see if a mesh buffer is allocated before reallocating it so we don't leak that buffer in cases where the gltf may have duplicate attributes at different resolutions.

Should fix issue #4996

JeffM2501 avatar Jun 15 '25 17:06 JeffM2501