Hi all, I'm working on my first Adium plugin. Part of its functionality includes searching an LDAP directory, and I'm doing so successfully using the LDAP C API.
Despite thoroughly checking to make sure I'm cleaning up properly, after I've used the LDAP API, the next time an account connects in Adium, Adium crashes. This is on 1.4b9. Even if all I do is an ldap_init and ldap_unbind, this still occurs the next time an account goes online. I was wondering if there's a known explanation for this--if there's a reason that a plugin would have issues with LDAP and any suggestions for debugging or resolving. Thanks, Jon
