https://bugs.kde.org/show_bug.cgi?id=523105
Nicolas Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/kimageformats/-/comm |eworks/kimageformats/-/comm |it/ad0fb9dde4ffb1977a3ea800 |it/ac374da215eb30d67355be00 |d90a26665de687b8 |c89a73c06fea8ae8 --- Comment #2 from Nicolas Fella <[email protected]> --- Git commit ac374da215eb30d67355be00c89a73c06fea8ae8 by Nicolas Fella, on behalf of Kyle Alexander Buan. Committed on 20/07/2026 at 18:52. Pushed by nicolasfella into branch 'Frameworks/6.28'. HEIF: keep reader callback table alive libheif retains the heif_reader pointer after heif_context_read_from_reader returns. The callback table was scoped to the non-sequential branch and could be destroyed before tiled image decoding used it from worker threads. Give the callback table static storage duration. (cherry picked from commit ad0fb9dde4ffb1977a3ea800d90a26665de687b8) M +2 -1 src/imageformats/heif.cpp https://invent.kde.org/frameworks/kimageformats/-/commit/ac374da215eb30d67355be00c89a73c06fea8ae8 -- You are receiving this mail because: You are watching all bug changes.
