diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -817,7 +817,9 @@ clean_up (void) free_xinerama(); +#ifndef USE_XFT_FONT XFreeFontSet (dpy, defaults.font); +#endif free (defaults.window_fmt); XSetInputFocus (dpy, PointerRoot, RevertToPointerRoot, CurrentTime); |