mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Remove extra ber_free.
This commit is contained in:
parent
9a303a273a
commit
bd93a9f605
@ -220,7 +220,6 @@ LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj)
|
|||||||
Tcl_DecrRefCount (attributeNameObj);
|
Tcl_DecrRefCount (attributeNameObj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ber_free(ber, 0);
|
|
||||||
return Tcl_EvalObj (interp, evalCodeObj);
|
return Tcl_EvalObj (interp, evalCodeObj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user