]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Unix Pageant: fix further double-frees.
authorSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 10:02:33 +0000 (11:02 +0100)
committerSimon Tatham <anakin@pobox.com>
Fri, 15 May 2015 10:02:51 +0000 (11:02 +0100)
commitb5fd5969f4593917ccd07b34c06f0968931b695f
tree6186c2ee088f3e9f5986b7b657e7414733ae2ca4
parenta8c4e67ff9ebdced0a4fb393f934b22cb5aae02f
Unix Pageant: fix further double-frees.

No need to sfree(err) before going to the cleanup code, because the
whole point of shared cleanup code is that that will do it for us.
unix/uxpgnt.c