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

ITS#4771 from HEAD - plug memleak

parent 9d605553
No related branches found
No related tags found
No related merge requests found
......@@ -1755,6 +1755,9 @@ static int connection_bind_cleanup_cb( Operation *op, SlapReply *rs )
{
op->o_conn->c_sasl_bindop = NULL;
ch_free( op->o_callback );
op->o_callback = NULL;
return SLAP_CB_CONTINUE;
}
......
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