summaryrefslogtreecommitdiffstats
path: root/src/util/profile/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-10-13 02:22:41 +0000
committerKen Raeburn <raeburn@mit.edu>2004-10-13 02:22:41 +0000
commitf03e8f6e527cafe0319ee82a3f5aefc15a802edd (patch)
treea39785dbfb8f13839e3d19dbc1ff2f2a29f46542 /src/util/profile/ChangeLog
parenta2374cc7e141f02fd00d9634d26c16ba9f2ac7f3 (diff)
downloadkrb5-f03e8f6e527cafe0319ee82a3f5aefc15a802edd.tar.gz
krb5-f03e8f6e527cafe0319ee82a3f5aefc15a802edd.tar.xz
krb5-f03e8f6e527cafe0319ee82a3f5aefc15a802edd.zip
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
Diffstat (limited to 'src/util/profile/ChangeLog')
-rw-r--r--src/util/profile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 146b852fa..bca4cd074 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-12 Ken Raeburn <raeburn@mit.edu>
+
+ * 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.
+
2004-09-28 Ken Raeburn <raeburn@mit.edu>
* prof_file.c (profile_dereference_data_locked): New function.