Files
Richard Geldreich 3b0017e677 previewers: free rgbBuf with free() instead of delete
BasisThumbProvider::GetThumbnail() allocates rgbBuf with malloc() but
freed it with delete, which is a mismatched-allocator (and delete on a
void*) undefined behavior. Use free() to match the allocation, as is
already done for the sibling 'data' buffer.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 18:38:36 -04:00
..
2019-09-28 07:04:29 +02:00