mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 17:19:19 -05:00
Missed a bei_rdn in prev commit
This commit is contained in:
parent
b9fe2c2fd6
commit
1745c2478d
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ bdb_cache_entryinfo_destroy( EntryInfo *e )
|
|||
{
|
||||
ldap_pvt_thread_mutex_destroy( &e->bei_kids_mutex );
|
||||
free( e->bei_nrdn.bv_val );
|
||||
#ifdef BDB_HIER
|
||||
free( e->bei_rdn.bv_val );
|
||||
#endif
|
||||
free( e );
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue