mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Delete redundant ch_free().
This commit is contained in:
parent
819d4093ae
commit
eb459f4339
@ -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 New Issue
Block a user