mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
89e8b56566
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. |
||
---|---|---|
.. | ||
c-sdk | ||
ds-plugins | ||
java-sdk | ||
perldap | ||
pkg | ||
suncsdk | ||
tools | ||
xpcom | ||
buildjsdk.txt | ||
ldapsdk.mak | ||
ldapsdk.mk | ||
Makefile |