gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5104-ga5010fa2


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5104-ga5010fa2
Date: Tue, 27 Dec 2022 16:15:59 -0500 (EST)

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, master has been updated
       via  a5010fa20ae29366d290e2becfa212602e3f69be (commit)
      from  1022ec206abbd6eea7015c8f3a294894de549ebd (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=a5010fa20ae29366d290e2becfa212602e3f69be

commit a5010fa20ae29366d290e2becfa212602e3f69be
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Tue Dec 27 23:15:26 2022 +0200

    Finish libsigsegv cleanup.

diff --git a/ChangeLog b/ChangeLog
index d7df8dc5..55b7d59b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-27         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * main.c (extra_stack): Remove variable and its uses. Left over
+       from libsigsegv cleanup.
+
 2022-12-23         Arnold D. Robbins     <arnold@skeeve.com>
 
        * README: Updated with texinfo.tex version.
diff --git a/main.c b/main.c
index e9fab558..12e64cc2 100644
--- a/main.c
+++ b/main.c
@@ -211,7 +211,6 @@ int
 main(int argc, char **argv)
 {
        int i;
-       char *extra_stack;
        bool have_srcfile = false;
        SRCFILE *s;
        char *cp;
@@ -555,10 +554,6 @@ main(int argc, char **argv)
        if (do_tidy_mem)
                release_all_vars();
 
-       /* keep valgrind happier */
-       if (extra_stack)
-               efree(extra_stack);
-
        final_exit(exit_val);
        return exit_val;        /* to suppress warnings */
 }

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

Summary of changes:
 ChangeLog | 5 +++++
 main.c    | 5 -----
 2 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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