]> git.notmuchmail.org Git - notmuch/commit
fix leaks due to missing invocations of va_end
authorPiotr Trojanek <piotr.trojanek@gmail.com>
Fri, 16 Jun 2017 22:50:23 +0000 (23:50 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 25 Jun 2017 12:35:23 +0000 (09:35 -0300)
commite9d73f90a6d3945b7ebda9d95ec719e0ba0c9756
treec00baaa10d33598419934c7415c4cc4f2758ceaa
parenta17eb162ee15e41366ca327250c3935da2df80ed
fix leaks due to missing invocations of va_end

As the Linux man page states: "Each invocation of va_start() must be
matched by a corresponding invocation of va_end() in the same
function." Detected by cppcheck.
tag-util.c