diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-16 23:10:29 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-05-16 23:10:29 +0300 |
commit | 1966bd9cd849c3d83dbb0fcb547684b17c2cd61e (patch) | |
tree | 817aa91f2e0720e810f20d0abc30895f1fe62bd1 /symbol.c | |
parent | c5bc34ad1537ceaba4962d1639f61ca4b4d50e94 (diff) | |
parent | b6963495dffd0bc11e2007b9854ad34d14b0b29c (diff) | |
download | egawk-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |