GPUOpen-Tools / compressonator

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

Fix dangling pointer #286

Closed meyraud705 closed 10 months ago

meyraud705 commented 11 months ago

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

denislevesqueAMD commented 10 months ago

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