fonts cleanup

This commit is contained in:
Markus Teich 2015-04-28 00:27:43 +02:00
parent e9261114fe
commit 8606d72ced

4
sent.c
View File

@ -329,6 +329,10 @@ void getfontsize(char *str, unsigned int *width, unsigned int *height)
void cleanup()
{
size_t i;
for (i = 0; i < NUMFONTSCALES; i++)
drw_fontset_free(fonts[i]);
drw_scm_free(sc);
drw_free(d);