GPUOpen-Tools / compressonator

Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
1.29k stars 193 forks source link

Fix dangling pointer #286

Closed meyraud705 closed 7 months ago

meyraud705 commented 8 months ago

BC15options may point to BC15optionsDefault which go out of scope at the end of if block.

denislevesqueAMD commented 7 months ago

@meyraud705 A very important fix, thanks for the pull request!