Call va_end in boot_error
commit33d6250a9384e33531d6ec30f29613eb789c57b4
authorAaron Conole <aconole@redhat.com>
Mon, 2 May 2016 21:42:10 +0000 (2 23:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 2 May 2016 21:42:10 +0000 (2 23:42 +0200)
tree48fd807eae0824ccba5fa74c0a1ca709f1e82843
parent4639bc99d677aef2583200c4aa8e4cf53a29ecb9
Call va_end in boot_error

* src/gnutls.c (boot_error): A recent change added a function
to signal an error or return an error code. That function uses
a variadic argument list to populate an error message
string. However, it missed calling va_end after using the
variadic argument list.

  Copyright-paperwork-exempt: yes
src/gnutls.c