heimdal - free always "ctx->password" when it isn't needed anymore
commit973001e91a3988f4338f88599acbf4ab8978e1c9
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 16 Mar 2010 15:26:25 +0000 (16 16:26 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 16 Mar 2010 16:11:48 +0000 (16 17:11 +0100)
tree2fcefc17de9f4b3137a62c203f1e982b07903846
parentbdc0372f8a6116b3be7cd8bd6d398c0f1929ae68
heimdal - free always "ctx->password" when it isn't needed anymore

"strdup" does always create a new object in the memory (through "malloc") which
needs to be freed if it isn't used anymore.
source4/heimdal/lib/krb5/init_creds_pw.c