Fix profile_abandon() management lib_handle lock
authorGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 18:17:38 +0000 (18:17 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 21 Jul 2011 18:17:38 +0000 (18:17 +0000)
commit291dbbf021e83a20df2f9f488953a278e5664f20
treee00808adad5ccfc00fa3dd00ea038dcd3bcddf57
parent057760c30b21a93819abc464113c9d64dd8cfb87
Fix profile_abandon() management lib_handle lock

It wasn't unlocking the mutex after decrementing the refcount and
wasn't destroying the mutex before freeing the handle.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25031 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/prof_init.c