mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
(clean up o_groups anyway)
This commit is contained in:
parent
6ad5fd16ca
commit
b0a1f2e956
@ -69,16 +69,14 @@ slap_op_free( Operation *op )
|
||||
free( op->o_sync_state.bv_val );
|
||||
}
|
||||
|
||||
#if 0 /* needless, since it was allocated in tmpmem */
|
||||
{
|
||||
GroupAssertion *g, *n;
|
||||
for (g = op->o_groups; g; g=n) {
|
||||
n = g->ga_next;
|
||||
free(g);
|
||||
sl_free(g, op->o_tmpmemctx);
|
||||
}
|
||||
op->o_groups = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined( LDAP_SLAPI )
|
||||
if ( op->o_pb != NULL ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user