mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Don't free langbuf.
This commit is contained in:
parent
c0daf2aac4
commit
bf371dcce9
1 changed files with 0 additions and 1 deletions
|
|
@ -350,7 +350,6 @@ done:;
|
|||
d2->ad_next = desc.ad_type->sat_ad->ad_next;
|
||||
desc.ad_type->sat_ad->ad_next = d2;
|
||||
}
|
||||
free(desc.ad_lang.bv_val);
|
||||
ldap_pvt_thread_mutex_unlock( &desc.ad_type->sat_ad_mutex );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue