Fix some minor memleaks, fix crash on reload.
authorBrenden Matthews <brenden@diddyinc.com>
Sat, 2 Jan 2010 22:22:46 +0000 (14:22 -0800)
committerBrenden Matthews <brenden@diddyinc.com>
Sat, 2 Jan 2010 22:43:23 +0000 (14:43 -0800)
commitbbb267586acd8f6a3a28d0e9b3896467be339440
treeb9e7f828a698ea3cee537271d14581167c2b286b
parent82614ebb22496a55514235b6a274982290b2c0de
Fix some minor memleaks, fix crash on reload.

It seems that closing xft fonts on reload is a bad idea, but this seems
to result in a memory leak.  As far as I can tell, the leak doesn't grow
beyond the initial allocation however.
src/conky.c
src/fonts.c
src/llua.c
src/mail.c
src/x11.c