Re: [tmux PATCH] Add missing va_end() calls

2014-12-15 Thread Nicholas Marriott
Applied, thanks. On Sat, Dec 13, 2014 at 12:02:02PM +0100, Thomas Jarosch wrote: > Reported by cppcheck > > Signed-off-by: Thomas Jarosch > --- > compat/asprintf.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/compat/asprintf.c b/compat/asprintf.c > index 733fc81..09020b3 100644

[tmux PATCH] Add missing va_end() calls

2014-12-14 Thread Thomas Jarosch
Reported by cppcheck Signed-off-by: Thomas Jarosch --- compat/asprintf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compat/asprintf.c b/compat/asprintf.c index 733fc81..09020b3 100644 --- a/compat/asprintf.c +++ b/compat/asprintf.c @@ -54,10 +54,12 @@ vasprintf(char **ret, const char