1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

* src/xterm.c (x_term_init): Fix last change.

This commit is contained in:
Po Lu 2022-11-01 19:20:03 +08:00
parent eb68c3d5a2
commit e39537ea1e

View file

@ -29801,7 +29801,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
that also destroys the font, leading to to X protocol errors at
XtCloseDisplay. Just free the font info structure.
(Bug#18403) */
XFreeFontInfo (NULL, query_result, 0);
XFreeFontInfo (NULL, query_result, 1);
x_uncatch_errors ();
}
#endif