From 80de2f7c9bc519fb820033a530e1657977117a33 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 22 Feb 2022 20:12:28 +0200 Subject: Fix resource links found by Coverity. --- symbol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'symbol.c') 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 */ -- cgit v1.2.3