aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-16 22:48:24 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-16 22:48:24 +0300
commit744df5938d55ce8b21db883a4c14730137e3db82 (patch)
tree1120a8faaca88c0c1f5a70097c9f69340c5a9ea8 /symbol.c
parentc9d2ea97d95d01dd30a958b3c07cc7517d123764 (diff)
parentdfc4b219457bc6180abfa7ea8575af3c450c9477 (diff)
downloadegawk-744df5938d55ce8b21db883a4c14730137e3db82.tar.gz
egawk-744df5938d55ce8b21db883a4c14730137e3db82.tar.bz2
egawk-744df5938d55ce8b21db883a4c14730137e3db82.zip
Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into gawk-4.1-stable
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbol.c b/symbol.c
index 845d3797..84574e7b 100644
--- a/symbol.c
+++ b/symbol.c
@@ -560,6 +560,7 @@ load_symbols()
memset(sym_array, '\0', sizeof(NODE)); /* PPC Mac OS X wants this */
null_array(sym_array);
+ unref(tmp);
unref(*aptr);
*aptr = sym_array;