Skip to content

Fix a possible crash in gtk_show_uri

Matthias Clasen requested to merge fix-uri-crash-3 into gtk-3-24

g_file_get_basename can return NULL. Deal with it somehow.

Fixes: #3883 (closed)

Merge request reports