]> git.ozlabs.org Git - ccan/commitdiff
Fix missing va_end()s
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 31 Mar 2017 13:48:22 +0000 (00:48 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 31 Mar 2017 13:48:22 +0000 (00:48 +1100)
This corrects several places in ccan where stdarg.h is used but there is a
missing va_end().  You can get away with this on many platforms, but not
all.

Caught by Coverity scan.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>

No differences found