Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) From: epeisach@mit.edu Subject: CVS Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 483 * init_ets.c (krb5_init_ets): Only initialize error tables once - so that init_conext/free_context loops do not result in memory leaks. I did not implement the remove error table functions - as a system installed com_err library might not support remove_error_table that exists in our trees com_err library. To generate a diff of this commit: cvs diff -r5.94 -r5.95 krb5/src/lib/krb5/error_tables/ChangeLog cvs diff -r5.21 -r5.22 krb5/src/lib/krb5/error_tables/init_ets.c