(clean up o_groups anyway)

This commit is contained in:
Howard Chu 2003-10-23 01:30:54 +00:00
parent 6ad5fd16ca
commit b0a1f2e956

View File

@ -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 ) {