musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdio/fclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fclose.c')
-rw-r--r--src/stdio/fclose.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fclose.c b/src/stdio/fclose.c
index 373a2c76..8fdc3f7d 100644
--- a/src/stdio/fclose.c
+++ b/src/stdio/fclose.c
@@ -16,6 +16,7 @@ int fclose(FILE *f)
r = fflush(f);
r |= f->close(f);
+ if (f->getln_buf) free(f->getln_buf);
if (!perm) free(f);
return r;
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 07:25:58 +0000

AltStyle によって変換されたページ (->オリジナル) /