Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Subject: consider calling remove_error_table() in krb5_free_context() X-RT-Original-Encoding: iso-8859-1 Content-Length: 251 As noted in #1665, krb5_init_context() and krb5_free_context() can leak error tables. The fix in #1665 prevents multiple registrations of error tables, but krb5_free_context() does not actually remove error tables. We may or may not care about this.