texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (47d0bd7143 -> 69fc96b273)


From: Gavin D. Smith
Subject: master updated (47d0bd7143 -> 69fc96b273)
Date: Sun, 30 Jul 2023 15:38:14 -0400 (EDT)

gavin pushed a change to branch master.

    from 47d0bd7143 * tp/Texinfo/XS/parsetexi/macro.c 
(parse_macro_command_line): Free return value of read_command_name in the case 
that the name is bad.
     new 906fde0879 * tp/Texinfo/XS/parsetexi/tree.c (destroy_node_spec): Free 
'out_of_tree_elements' array.
     new 7e8f15a890 * tp/Texinfo/XS/parsetexi/end_line.c 
(parse_line_command_args) <@defindex>: Free index name when finished. * 
tp/Texinfo/XS/parsetexi/indices.c (add_index): Call strdup on argument to 
add_index_internal.
     new 69fc96b273 * tp/Texinfo/XS/parsetexi/separator.c (handle_comma): Keep 
copy of return value of next_text so to avoid a memory leak.


Summary of changes:
 ChangeLog                           | 18 ++++++++++++++++++
 tp/Texinfo/XS/parsetexi/end_line.c  |  1 +
 tp/Texinfo/XS/parsetexi/indices.c   |  2 +-
 tp/Texinfo/XS/parsetexi/separator.c |  4 +++-
 tp/Texinfo/XS/parsetexi/tree.c      |  1 +
 5 files changed, 24 insertions(+), 2 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]