diff options
-rw-r--r-- | src/xlib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ _XcursorFontIsCursor (Display *dpy, Font font) ret = (fs->properties[n].card32 == cursor); break; } + XFreeFontInfo (NULL, fs, 1); } fi = malloc (sizeof (XcursorFontInfo)); if (fi) |