[Previous] [Next]

ldapu_free()

Frees the memory allocated by the following functions:

Syntax
NNSAPI_PUBLIC 
void ldapu_free (char *ptr);
Parameters
This function has the following parameters:
Name Description
ptr
Pointer to the memory that you want to free.

Description
Call this function to free the memory allocated by ldapu_* functions that don't have a corresponding API function for freeing memory.

To free memory allocated by the ldapu_get_cert_ava_val() function, call the ldapu_free_cert_ava_val() function instead of this ldapu_free() function.

See Also
ldapu_certmap_info_attrval(), ldapu_get_cert_der(), ldapu_get_cert_issuer_dn(), ldapu_get_cert_subject_dn().


[Previous] [Next]


Copyright ⌐ 1997 Netscape Communications Corporation