Skip Menu |
 

From: kwc@citi.umich.edu
Subject: SVN Commit
Call krb5_clear_error_message() to free any allocated error message
before freeing the context.

The condition that triggered this was a plugin library which fails to
load because of unresolved references. It appears dlopen() on Linux
leaks four bytes for each failing library in this situation.

Commit By: coffman



Revision: 18858
Changed Files:
U trunk/src/lib/krb5/krb/init_ctx.c
From: tlyu@mit.edu
Subject: SVN Commit
pull up r18858 from trunk

r18858@cathode-dark-space: coffman | 2006-11-21 09:37:11 -0500
ticket: new
subject: free error message when freeing context
Target_Version: 1.6
Tags: pullup

Call krb5_clear_error_message() to free any allocated error message
before freeing the context.

The condition that triggered this was a plugin library which fails to
load because of unresolved references. It appears dlopen() on Linux
leaks four bytes for each failing library in this situation.



Commit By: tlyu



Revision: 18884
Changed Files:
_U branches/krb5-1-6/
U branches/krb5-1-6/src/lib/krb5/krb/init_ctx.c