aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-02-22 20:12:28 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-02-22 20:12:28 +0200
commit80de2f7c9bc519fb820033a530e1657977117a33 (patch)
treee0b8b01efe8040cdb7b5039d17aa93a85bc0b442 /symbol.c
parent938afb4d7acb9974d5789dfe4e322c0ccce0541e (diff)
downloadegawk-80de2f7c9bc519fb820033a530e1657977117a33.tar.gz
egawk-80de2f7c9bc519fb820033a530e1657977117a33.tar.bz2
egawk-80de2f7c9bc519fb820033a530e1657977117a33.zip
Fix resource links found by Coverity.
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 300fa871..b89c01e0 100644
--- a/symbol.c
+++ b/symbol.c
@@ -644,6 +644,7 @@ load_symbols()
unref(scalar);
unref(untyped);
unref(array);
+ unref(built_in);
}
/* check_param_names --- make sure no parameter is the name of a function */