]> granicus.if.org Git - curl/commit
pop3_perform_authentication: fix memory leak
authorDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2014 21:07:06 +0000 (23:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 2 Oct 2014 21:07:06 +0000 (23:07 +0200)
commitea6c5f03a50433be3c2acaabec1790c317448a2e
tree5afd52b0c89068a7ad7add07a724d113c1567222
parenta9beeeeeeac018157412e4510342554a48df54f4
pop3_perform_authentication: fix memory leak

Coverity CID 1215287. There's a potential risk for a memory leak in
here, and moving the free call to be unconditional seems like a cheap
price to remove the risk.
lib/pop3.c