summaryrefslogtreecommitdiffstats
path: root/src/vim9type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9type.c')
-rw-r--r--src/vim9type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim9type.c b/src/vim9type.c
index 5cf1f42844..c4f3cd504c 100644
--- a/src/vim9type.c
+++ b/src/vim9type.c
@@ -1166,7 +1166,7 @@ type_name(type_T *type, char **tofree)
for (i = 0; i < type->tt_argcount; ++i)
{
- char *arg_free;
+ char *arg_free = NULL;
char *arg_type;
int len;