ref: 35ed3c006dbbc7cf3dc0dfbff24ee87ea4ebf2f6
parent: 1a7ea9fef2cd5912cc3bc9e93690aabc31221e52
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Mon Jan 22 15:14:47 EST 2024
Fix another pasto
--- a/src/runtime/bfile.c
+++ b/src/runtime/bfile.c
@@ -182,7 +182,6 @@
struct BFILE_file *p = (struct BFILE_file *)bp;
CHECKBFILE(bp, getb_file);
fflush(p->file);
- FREE(p);
}
void
--
⑨