]> granicus.if.org Git - mutt/commit
Fix memory leak when multiple x-label or supersedes header fields exist in the header.
authorMichael Elkins <me@sigpipe.org>
Thu, 3 Jan 2013 19:04:35 +0000 (19:04 +0000)
committerMichael Elkins <me@sigpipe.org>
Thu, 3 Jan 2013 19:04:35 +0000 (19:04 +0000)
commitee4cd7df4705a384aa17f603a8c5e61358c5b5da
tree5534c37589a6ae27e283263423c8ec441453084e
parent86c5f2c2b906bb8ae0311a77161c0ed4624d76bc
Fix memory leak when multiple x-label or supersedes header fields exist in the header.

In order to keep the current behavior where the value of the last header field present is the one used, free any previous value.
parse.c