Fix small memory leak in repeated krb5 context creation and deletion:
authorKen Raeburn <raeburn@mit.edu>
Wed, 13 Oct 2004 02:22:41 +0000 (02:22 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 13 Oct 2004 02:22:41 +0000 (02:22 +0000)
commitf03e8f6e527cafe0319ee82a3f5aefc15a802edd
treea39785dbfb8f13839e3d19dbc1ff2f2a29f46542
parenta2374cc7e141f02fd00d9634d26c16ba9f2ac7f3
Fix small memory leak in repeated krb5 context creation and deletion:

* prof_init.c (profile_init): Don't add error table here.
* prof_file.c (profile_library_initializer): Add it here.
(profile_library_finalizer): Remove it here.

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