diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index d8358269f60..bd60a04c6cd 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -29801,7 +29801,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) | |||
| 29801 | that also destroys the font, leading to to X protocol errors at | 29801 | that also destroys the font, leading to to X protocol errors at |
| 29802 | XtCloseDisplay. Just free the font info structure. | 29802 | XtCloseDisplay. Just free the font info structure. |
| 29803 | (Bug#18403) */ | 29803 | (Bug#18403) */ |
| 29804 | XFreeFontInfo (NULL, query_result, 0); | 29804 | XFreeFontInfo (NULL, query_result, 1); |
| 29805 | x_uncatch_errors (); | 29805 | x_uncatch_errors (); |
| 29806 | } | 29806 | } |
| 29807 | #endif | 29807 | #endif |