Skip to content

flatpak: Fix a crash during app installation

Milan Crha requested to merge wip/flatpak-crash-during-install into main

The components_by_id hash table borrowed component id-s from the libxmlb, which works as long as the silo is not refreshed, when the old strings are freed and new are created. Copy the id-s to avoid the crash.

Merge request reports