diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/d/dmd/MERGE | 2 | ||||
-rw-r--r-- | gcc/d/dmd/mtype.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/d/dmd/MERGE b/gcc/d/dmd/MERGE index a891844..98c229d 100644 --- a/gcc/d/dmd/MERGE +++ b/gcc/d/dmd/MERGE @@ -1,4 +1,4 @@ -5cc71ff830fcfba218152360014298550be9180e +d16195406e1795ee91f2acb8f522fcb4ec698f47 The first line of this file holds the git revision number of the last merge done from the dlang/dmd repository. diff --git a/gcc/d/dmd/mtype.c b/gcc/d/dmd/mtype.c index 57aa244..1c73f50 100644 --- a/gcc/d/dmd/mtype.c +++ b/gcc/d/dmd/mtype.c @@ -5220,6 +5220,7 @@ static const char *getMatchError(const char *format, ...) va_list ap; va_start(ap, format); buf.vprintf(format, ap); + va_end(ap); return buf.extractChars(); } |