(x_list_fonts): Fix previous change.
This commit is contained in:
parent
346e135fb3
commit
a083fd237d
1 changed files with 3 additions and 1 deletions
|
@ -6497,7 +6497,9 @@ x_list_fonts (f, pattern, size, maxnames)
|
|||
}
|
||||
else
|
||||
try_XLoadQueryFont = 0;
|
||||
XFreeFont (font);
|
||||
|
||||
if (font)
|
||||
XFreeFont (dpy, font);
|
||||
}
|
||||
|
||||
if (!try_XLoadQueryFont)
|
||||
|
|
Loading…
Add table
Reference in a new issue