diff options
Diffstat (limited to 'gcc/c-family/c-common.c')
-rw-r--r-- | gcc/c-family/c-common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c index 33af3d82eae..cab9e7efa57 100644 --- a/gcc/c-family/c-common.c +++ b/gcc/c-family/c-common.c @@ -4428,6 +4428,7 @@ def_fn_type (builtin_type def, builtin_type ret, bool var, int n, ...) egress: builtin_types[def] = t; + va_end (list); } /* Build builtin functions common to both C and C++ language |