Fix a null pointer dereference introduced by 54adfb4.
authorAndrej Kacian <ticho@claws-mail.org>
Fri, 5 Feb 2016 09:43:15 +0000 (10:43 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Fri, 5 Feb 2016 09:43:15 +0000 (10:43 +0100)
commiteb130cbe507a9877d59d444065140960a828af67
tree5cc0aef73dc3da571ffc9a9439253f80a28eead3
parentad9ddd799eff250b2f7a7a8752a9ffed282c2f98
Fix a null pointer dereference introduced by 54adfb4.

acc_pass is pointing to same address as pass, and we are inside
an if block that includes "!pass" condition, so trying to zero
and free acc_pass is a wrong thing to do.
src/imap.c