From a509f433ceab6f4f0068ee4c61b8e0507dfa62d7 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:24:18 +0000 Subject: Apply patch properties-window-Fix-crashes-when-opened-multiple-t.patch patch_name: properties-window-Fix-crashes-when-opened-multiple-t.patch present_in_specfile: true location_in_specfile: 27 --- 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