]> granicus.if.org Git - neomutt/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)
commitcb9609b301b2d90efd8e4a33ce431a51ed91f987
tree5534c37589a6ae27e283263423c8ec441453084e
parent81a0f5a8d97c6af82212989b043d4378938e0698
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