]> git.imager.perl.org - imager.git/commit
add missing va_end() in bmp.c's write_packed()
authorTony Cook <tony@develop-help.com>
Sat, 2 Feb 2019 00:29:19 +0000 (11:29 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 2 Feb 2019 00:29:19 +0000 (11:29 +1100)
commit7f0044df65ab464e3e33316de23fa7d60ad38f8e
tree0bce2d38069a7c47acde55ba828b753d34a8fa4f
parentf38e738ae49a60d798f244f3cd2608d4def16e1b
add missing va_end() in bmp.c's write_packed()

In general it wasn't calling va_end() on a write failure.

CID 185320.
bmp.c