aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-05-16 23:10:29 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-05-16 23:10:29 +0300
commit1966bd9cd849c3d83dbb0fcb547684b17c2cd61e (patch)
tree817aa91f2e0720e810f20d0abc30895f1fe62bd1 /symbol.c
parentc5bc34ad1537ceaba4962d1639f61ca4b4d50e94 (diff)
parentb6963495dffd0bc11e2007b9854ad34d14b0b29c (diff)
downloadegawk-1966bd9cd849c3d83dbb0fcb547684b17c2cd61e.tar.gz
egawk-1966bd9cd849c3d83dbb0fcb547684b17c2cd61e.tar.bz2
egawk-1966bd9cd849c3d83dbb0fcb547684b17c2cd61e.zip
Merge branch 'master' into feature/regex-type
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;