aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c1
1 files changed, 1 insertions, 0 deletions
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. */