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
269bc814
Commit
269bc814
authored
Mar 24, 2011
by
Quanah Gibson-Mount
Browse files
plugged possible memory leak (e.g. when deleting syncrepl config)
parent
778fe9cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/config.c
View file @
269bc814
...
...
@@ -1726,6 +1726,10 @@ void bindconf_free( slap_bindconf *bc ) {
bc
->
sb_tls_crlcheck
=
NULL
;
}
#endif
if
(
bc
->
sb_tls_ctx
)
{
ldap_pvt_tls_ctx_free
(
bc
->
sb_tls_ctx
);
bc
->
sb_tls_ctx
=
NULL
;
}
#endif
}
...
...
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