Skip to content
Snippets Groups Projects
Commit b0a1f2e9 authored by Howard Chu's avatar Howard Chu
Browse files

(clean up o_groups anyway)

parent 6ad5fd16
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment