gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, extgawk, updated. 0544971abd3bf6eda1531e


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, extgawk, updated. 0544971abd3bf6eda1531e62b4a19e221a68a6e5
Date: Thu, 26 Jul 2012 20:11:29 +0000

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, extgawk has been updated
       via  0544971abd3bf6eda1531e62b4a19e221a68a6e5 (commit)
      from  e4945f9ecab4d2a143f9e41b6a112bb2d36fa7c1 (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=0544971abd3bf6eda1531e62b4a19e221a68a6e5

commit 0544971abd3bf6eda1531e62b4a19e221a68a6e5
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Jul 26 23:11:15 2012 +0300

    Minor bug fix in api_set_RT.

diff --git a/gawkapi.c b/gawkapi.c
index 12cd8af..a2128fe 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -253,7 +253,7 @@ api_set_RT(awk_ext_id_t id, awk_value_t *value)
                n = awk_value_to_node(value);
                force_string(n);
                set_RT(n->stptr, n->stlen);
-               unref(n);
+               freenode(n);
        }
 }
 

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

Summary of changes:
 gawkapi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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