Merge branch 'main' into f6s/syntax-highlighting

- Fix memory leak
This commit is contained in:
Shav Kinderlehrer 2023-04-14 09:43:30 -04:00
commit ca8bb9e1c3

View File

@ -63,6 +63,8 @@ void run(FILE *fp, char *filename, bool tty) {
fprintf(stderr, "\r%s%s%.2f %s%s\r\n", cnewline, invert_t, rounded, format, fprintf(stderr, "\r%s%s%.2f %s%s\r\n", cnewline, invert_t, rounded, format,
uinvert_t); uinvert_t);
} }
free(f.buf);
} }
void initconf(void) { void initconf(void) {