Merge branch 'main' into f6s/syntax-highlighting
- Fix memory leak
This commit is contained in:
commit
ca8bb9e1c3
@ -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,
|
||||
uinvert_t);
|
||||
}
|
||||
|
||||
free(f.buf);
|
||||
}
|
||||
|
||||
void initconf(void) {
|
||||
|
Loading…
Reference in New Issue
Block a user