Skip to content

Draft: Prevent crash on exit of application on Windows

Ingo Klöcker requested to merge work/kloecker/fix-crash-on-exit-on-windows into master

Use static storage duration for the cached color scheme config

Using thread storage duration causes a crash on Windows when Kleopatra is quit.

For details see the analysis in https://dev.gnupg.org/T5962

Edited by Ingo Klöcker

Merge request reports