Skip to content
Commit 5daaa842 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii Committed by Aleix Pol Gonzalez
Browse files

Fix a crash in flatpak update notifier

Currently, the update notifier will crash due to a segmentation fault if
a flatpak package has been updated.

The segmentation fault occurs because the installationChanged() callback
expects the user data to have a type of FlatpakNotifier, but in reality
it's FlatpakNotifier::Installation.

In order to fix the crash, this patch makes the installationChanged()
callback cast user data to correct type.
parent c0372aec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment