Skip to content
Snippets Groups Projects
Commit 09abc9f8 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix leak in case of retry

parent 8326ac21
Branches
Tags
No related merge requests found
......@@ -1206,6 +1206,8 @@ retry:;
/* FIXME: one binding-- too many? */
lc->lc_binding--;
assert( lc->lc_refcnt == 1 );
lc->lc_refcnt = 0;
ldap_back_freeconn( op, lc, dolock );
*lcp = NULL;
rs->sr_err = slap_map_api2result( rs );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment