Chris Webb <[EMAIL PROTECTED]> writes: > insert a > > free(mwfact); > > into cleanup()
You don't need this bit with a static mwfact[NTAGS] of course. D'oh. Edited my email after writing to reflect the fact that dwm has gone static but didn't delete the unnecessary free(). Best wishes, Chris.
