https://bugs.kde.org/show_bug.cgi?id=443455
--- Comment #14 from Adam Williamson <ad...@happyassassin.net> --- ohhh, wait, I see the problem. We're reusing the `error` pointer from the `flatpak_installation_list_remote_refs_sync()` call for the `flatpak_installation_remove_remote()`, but that's not safe if the `remote_refs_sync()` call actually resulted in an error. We need to re-initialize (is that the word? not a C guy) the error pointer between the calls. -- You are receiving this mail because: You are watching all bug changes.