[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Mon, 30 Dec 2024 16:54:44 -0500 (EST) |
branch: master
commit 339040efcc4d02fe1b5e07e43b7bf2d485f67305
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Dec 30 22:52:56 2024 +0100
* tp/Texinfo/XS/texi2any.c (main): free macro expansion file output
files information.
---
ChangeLog | 5 +++++
tp/Texinfo/XS/texi2any.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index f91629db46..d1b1ad0640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,11 @@
(\opnr, \cpnr, \lbrb, \rbrb):
Add comments about what the names of the macros stand for.
+2024-12-30 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/texi2any.c (main): free macro expansion file output
+ files information.
+
2024-12-30 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/main/convert_utils.c (register_unclosed_file),
diff --git a/tp/Texinfo/XS/texi2any.c b/tp/Texinfo/XS/texi2any.c
index 2bad3f55ed..195a0daea2 100644
--- a/tp/Texinfo/XS/texi2any.c
+++ b/tp/Texinfo/XS/texi2any.c
@@ -2210,7 +2210,7 @@ main (int argc, char *argv[], char *env[])
errors_count = handle_errors (error_macro_expand_file,
errors_count, &opened_files);
}
-
+ free_output_files_information (&output_files_information);
free (macro_expand_file_name);
free (texinfo_text);
}