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. --- ext.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext.c') diff --git a/ext.c b/ext.c index 5815c739..e5b6a2a0 100644 --- a/ext.c +++ b/ext.c @@ -128,6 +128,7 @@ make_builtin(const char *name_space, const awk_ext_func_t *funcinfo) /* multiple extension() calls etc. */ if (do_lint) lintwarn(_("make_builtin: function `%s' already defined"), name); + free(install_name); return awk_false; } else /* variable name etc. */ -- cgit v1.2.3