gecko-dev/directory/c-sdk/ldap
richm%stanfordalumni.org 89e8b56566 Bug: 348926
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.
2006-08-17 19:21:03 +00:00
..
build Initial import of the Sun C SDK back into mozilla 2006-05-19 20:17:49 +00:00
clients/tools Bug: 347033 2006-08-04 14:05:38 +00:00
docs Initial import of the Sun C SDK back into mozilla 2006-05-19 20:17:49 +00:00
examples remove from head 2006-05-19 20:27:03 +00:00
include remove from head 2006-05-19 20:27:03 +00:00
libraries Bug: 348926 2006-08-17 19:21:03 +00:00
.cvsignore
Makefile.client Initial import of the Sun C SDK back into mozilla 2006-05-19 20:17:49 +00:00
Makefile.in Initial import of the Sun C SDK back into mozilla 2006-05-19 20:17:49 +00:00