Free data after we're done with it.

CID: 271595, 275337, 1368743
This commit is contained in:
Warner Losh 2017-12-28 05:33:44 +00:00
parent 7e7e1b062b
commit 290ce7d2a9

View File

@ -270,7 +270,12 @@ maketbl(void)
(void)wprintf(L"%ls%*ls", t->list[coloff], (void)wprintf(L"%ls%*ls", t->list[coloff],
lens[coloff] - t->len[coloff] + 2, L" "); lens[coloff] - t->len[coloff] + 2, L" ");
(void)wprintf(L"%ls\n", t->list[coloff]); (void)wprintf(L"%ls\n", t->list[coloff]);
free(t->list);
free(t->len);
} }
free(lens);
free(cols);
free(tbl);
} }
#define DEFNUM 1000 #define DEFNUM 1000