Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
78362d5a
Commit
78362d5a
authored
Jan 11, 2007
by
Pierangelo Masarati
Browse files
fix entry deallocation
parent
aba0eaca
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/search.c
View file @
78362d5a
...
...
@@ -805,7 +805,7 @@ retry:
rc
=
ldap_build_entry
(
op
,
e
,
*
ent
,
&
bdn
);
if
(
rc
!=
LDAP_SUCCESS
)
{
ch
_free
(
*
ent
);
entry
_free
(
*
ent
);
*
ent
=
NULL
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment