Fixed a memory leak in krb5_stdcc_destroy(). The destroy function was failing to...
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 3 Aug 1999 16:40:23 +0000 (16:40 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 3 Aug 1999 16:40:23 +0000 (16:40 +0000)
commit9e4694157b9b36d9690046bb7e520bf1fc86eb5e
tree5e64f041ec5ebcf3707621b18527d329bb5716c5
parent45770d93d709fbeae92fc1ddb62e6da683280eeb
Fixed a memory leak in krb5_stdcc_destroy().  The destroy function was failing to free memory allocated for the krb5_ccache.  Code to free this memory was swiped from krb5_stdcc_close()

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11613 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ccapi/stdcc.c