plugs leaks
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25020 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -960,8 +960,10 @@ acc_move(krb5_context context, krb5_ccache from, krb5_ccache to)
|
|||||||
return translate_cc_error(context, error);
|
return translate_cc_error(context, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache);
|
error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache);
|
||||||
|
|
||||||
|
acc_destroy(context, from);
|
||||||
|
|
||||||
return translate_cc_error(context, error);
|
return translate_cc_error(context, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user