Skip to content

gs-plugin-loader: Fix NULL reference

Philip Withnall requested to merge pwithnall/gnome-software:event-fix into main

It turns out app can be NULL here, so guard against g_object_ref (NULL).

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports