plugs leaks

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25021 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-03 03:59:54 +00:00
parent 998d22462c
commit 48cb3aa538

View File

@@ -925,6 +925,9 @@ fcc_move(krb5_context context, krb5_ccache from, krb5_ccache to)
fcc_unlock(context, fd);
close(fd);
}
fcc_destroy(context, from);
return ret;
}