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:
parent
eb68c3d5a2
commit
e39537ea1e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue