gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4943-g79dc64


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4943-g79dc642
Date: Tue, 30 Mar 2021 15:36:30 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/memory-work has been updated
       via  79dc642137b26fb51ac6d2ad1218f2711c8906bc (commit)
      from  cce300600cb2d9bf7de16349f0430c90688ab90a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=79dc642137b26fb51ac6d2ad1218f2711c8906bc

commit 79dc642137b26fb51ac6d2ad1218f2711c8906bc
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Mar 30 22:36:14 2021 +0300

    Fix valgrind-found memory leak.

diff --git a/symbol.c b/symbol.c
index 99a8b3a..c209375 100644
--- a/symbol.c
+++ b/symbol.c
@@ -637,6 +637,7 @@ load_symbols()
                                        break;
                                }
                        }
+                       unref(list[j]); // the index string
                }
                efree(list);
        }

-----------------------------------------------------------------------

Summary of changes:
 symbol.c | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
gawk



reply via email to

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