robm / dzen

Dzen is a general purpose messaging, notification and menuing program for X11.
MIT License
607 stars 68 forks source link

fn() leak on XFT build #6

Closed Cloudef closed 11 years ago

Cloudef commented 11 years ago

Font switches on XFT build leak. I think I sent you a mail about this way back. in draw.c before 155, add if(dzen.font.xftfont) XftFontClose(dzen.dpy, dzen.font.xftfont); to fix.

robm commented 11 years ago

Please file a pull request, thank you.

Cloudef commented 11 years ago

Sent. Closing this.