Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
ef62c618
Commit
ef62c618
authored
Dec 28, 2001
by
Howard Chu
Browse files
Fix previous commit
parent
0039cb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/delete.c
View file @
ef62c618
...
...
@@ -198,7 +198,7 @@ do_delete(
cleanup:
free
(
dn
.
bv_val
);
if
(
pdn
.
bv_val
!=
NULL
)
ber_bv
free
(
pdn
.
bv_val
);
if
(
ndn
.
bv_val
!=
NULL
)
ber_bv
free
(
ndn
.
bv_val
);
free
(
pdn
.
bv_val
);
free
(
ndn
.
bv_val
);
return
rc
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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