diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c index 8783ac4..5943126 100644 --- a/src/nautilus-properties-window.c +++ b/src/nautilus-properties-window.c @@ -5238,7 +5238,10 @@ remove_pending (StartupData *startup_data, eel_timed_wait_stop (cancel_create_properties_window_callback, startup_data); } - g_hash_table_remove (pending_lists, startup_data->pending_key); + if (startup_data->pending_key != NULL) + { + g_hash_table_remove (pending_lists, startup_data->pending_key); + } } static gboolean