https://bugs.kde.org/show_bug.cgi?id=523105
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kimageformats/-/comm | |it/ad0fb9dde4ffb1977a3ea800 | |d90a26665de687b8 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from [email protected] --- Git commit ad0fb9dde4ffb1977a3ea800d90a26665de687b8 by Daniel Novomeský, on behalf of Kyle Alexander Buan. Committed on 17/07/2026 at 08:49. Pushed by novomeskyd into branch 'master'. 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. M +2 -1 src/imageformats/heif.cpp https://invent.kde.org/frameworks/kimageformats/-/commit/ad0fb9dde4ffb1977a3ea800d90a26665de687b8 -- You are receiving this mail because: You are watching all bug changes.
