X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Fsort.c;h=706f8a768dfbf3e98157a2b950d93061eac7cf88;hb=959edd88c0dc0ad558d9ebc423996c7a9d0f8cbc;hp=d35eec1b40d41640018847836964a0eb9ad46a0e;hpb=0919e503cdb370d54b6d4a0caa15b6605980c34e;p=openldap diff --git a/libraries/libldap/sort.c b/libraries/libldap/sort.c index d35eec1b40..706f8a768d 100644 --- a/libraries/libldap/sort.c +++ b/libraries/libldap/sort.c @@ -1,6 +1,6 @@ /* $OpenLDAP$ */ /* - * Copyright 1998-1999 The OpenLDAP Foundation, All Rights Reserved. + * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ /* Portions @@ -135,7 +135,7 @@ ldap_sort_entries( *ep = et[i].et_msg; ep = &(*ep)->lm_chain; - ldap_value_free( et[i].et_vals ); + LDAP_VFREE( et[i].et_vals ); } *ep = last; LDAP_FREE( (char *) et );