]> err.no Git - dpkg/commit
libdpkg: Call va_end when done with the va_list variable from va_copy
authorGuillem Jover <guillem@debian.org>
Mon, 9 Jun 2008 22:41:59 +0000 (01:41 +0300)
committerGuillem Jover <guillem@debian.org>
Tue, 10 Jun 2008 02:24:00 +0000 (05:24 +0300)
commit3175c4ac2997441375072eb31744ae167b21edd7
tree9cb58d509a62f7b2b7528eabd06081eed5b6026c
parente2898cfd37a1b134d081111b162d2515d495e413
libdpkg: Call va_end when done with the va_list variable from va_copy

This fixes a memory leak on systems were va_copy needs to allocate
memory.
ChangeLog
lib/varbuf.c