]> granicus.if.org Git - neomutt/commit
pgpewrap: free opts on exit 809/head
authorJelle van der Waa <jelle@vdwaa.nl>
Thu, 21 Sep 2017 19:41:11 +0000 (21:41 +0200)
committerRichard Russon <rich@flatcap.org>
Mon, 2 Oct 2017 11:32:51 +0000 (12:32 +0100)
commit78b760952f8629becbe557a41fc759a7a325467a
tree7487a9ddb9d12416b9cbee07a462cb0720c87a87
parentf4fc8f5ef150f919a303ebbe5ef51acd0d40ff12
pgpewrap: free opts on exit

opts is allocated with malloc, but never free'd in both exit scenario's
leading to a memory leak of opts.
pgpewrap.c