]> xenbits.xensource.com Git - libvirt.git/commit
virBufferVSprintf: do not omit va_end(argptr) call
authorJim Meyering <meyering@redhat.com>
Thu, 18 Feb 2010 20:25:01 +0000 (21:25 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 19 Feb 2010 17:32:23 +0000 (18:32 +0100)
commit72919f3d354adf0b0b2be2956b24246da47fa280
treefeca9b59069132860f78068c2523f8d0e8250e53
parent14ee6a66f892ebc88ed805a768bc0d8d5508b67d
virBufferVSprintf: do not omit va_end(argptr) call

* src/util/buf.c (virBufferVSprintf): Do not omit va_end(argptr).
Improved-by: Daniel Veillard.
src/util/buf.c