From 5a5ee3356d21f271e91ca95b1625fa02e1a6957e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 1 Dec 2022 14:47:18 +0800 Subject: [PATCH] ; * src/xselect.c (syms_of_xselect_for_pdumper): Fix last change. Author: --- src/xselect.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xselect.c b/src/xselect.c index c23cda1f66e..85dcfbc2462 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -3396,6 +3396,9 @@ Note that this does not affect setting or owning selections. */); static void syms_of_xselect_for_pdumper (void) { + outstanding_transfers.next = &outstanding_transfers; + outstanding_transfers.last = &outstanding_transfers; + reading_selection_window = 0; reading_which_selection = 0; property_change_wait_list = 0; -- 2.39.2