On Sun, Mar 09, 2008 at 09:55:00AM -0500, Brian Hechinger wrote:
entry comes from:
entry = ldap_first_entry(ldap_conn, res);
Ah ha! I was free()ing res right after that call (I had copied other code as an example). After moving the call to free() down to after I was done working with the entry has caused this to no longer explode.
Sorry for the noise!!
-brian