mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-21 12:46:12 -04:00
The warning for a failed g_file_monitor_file call used error->message but the error was stored in local_error. If polkit succeeded, error is NULL, causing a NULL dereference.