mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
![richm%stanfordalumni.org](/assets/img/avatar_default.png)
Description: Memleak: ldap_start_tls_s should free oidptr and dataptr Fix Description: Just omit oidptr and dataptr and pass NULL for those arguments to ldap_extended_operation_s(). Bug: 348927 Description: Memleak: ldaptls_complete should free hostlist Fix Description: Instead of returning directly from early error conditions, just goto the error handling code, and let that code free hostlist and do the other cleanup. I had to make sure all relevant variables were initialized to NULL in order for cleanup to work properly.