libpurple/plugins/keyrings/internalkeyring.c

branch
soc.2008.masterpassword
changeset 33994
df7dce5056a7
parent 33987
9beebdbf44d6
child 33995
53b3189d7c84
equal deleted inserted replaced
33993:ccc13864443c 33994:df7dce5056a7
144 purple_account_get_username(account), 144 purple_account_get_username(account),
145 purple_account_get_protocol_id(account)); 145 purple_account_get_protocol_id(account));
146 146
147 } 147 }
148 148
149 if(destroy != NULL) 149 if(destroy && password)
150 destroy(password); 150 destroy(password);
151 151
152 if (cb != NULL) 152 if (cb != NULL)
153 cb(account, NULL, data); 153 cb(account, NULL, data);
154 return; 154 return;

mercurial