mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Remove extra ber_free.
This commit is contained in:
parent
9a303a273a
commit
bd93a9f605
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ LDAP_ProcessOneSearchResult (interp, ldap, entry, destArrayNameObj, evalCodeObj)
|
|||
Tcl_DecrRefCount (attributeNameObj);
|
||||
}
|
||||
}
|
||||
ber_free(ber, 0);
|
||||
return Tcl_EvalObj (interp, evalCodeObj);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue