mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Delete redundant ch_free().
This commit is contained in:
parent
819d4093ae
commit
eb459f4339
1 changed files with 0 additions and 1 deletions
|
|
@ -153,7 +153,6 @@ int bdb_id2entry_rw(
|
|||
free ( (*e)->e_private );
|
||||
bdb_entry_return( *e );
|
||||
*e = NULL;
|
||||
ch_free( data.data );
|
||||
}
|
||||
rc = ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue