mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
Add missing staticpro (bug#58327)
* src/window.c (init_window_once): staticpro old_selected_window.
This commit is contained in:
parent
a112e3f017
commit
d9b026d464
1 changed files with 2 additions and 0 deletions
|
|
@ -8213,6 +8213,8 @@ init_window_once (void)
|
|||
|
||||
minibuf_selected_window = Qnil;
|
||||
staticpro (&minibuf_selected_window);
|
||||
old_selected_window = Qnil;
|
||||
staticpro (&old_selected_window);
|
||||
|
||||
pdumper_do_now_and_after_late_load (init_window_once_for_pdumper);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue