Skip to content

Fix segfault crash.

Guido Falsi requested to merge (removed):Fix_Crash into master

While testing updating the port for notifyd in FreeBSD I was experiencing a crash when launching xfce4-notifyd-config.

Looks like g_desktop_app_info_new() could return null and this should be checked before passing it to g_desktop_app_info_get_filename().

Merge request reports