Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn McKinney
OpenLDAP
Commits
b545ab01
Commit
b545ab01
authored
Apr 25, 2001
by
Kurt Zeilenga
Browse files
ITS#1125: fix memory leak
based upon patch provided by Dmitri.Belotchkine@AtosOrigin.com
parent
c4a99aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/open.c
View file @
b545ab01
...
...
@@ -54,7 +54,8 @@ ldap_open( char *host, int port )
}
if
(
ldap_delayed_open
(
ld
)
<
0
)
{
return
(
NULL
);
ldap_ld_free
(
ld
,
0
);
return
NULL
;
}
Debug
(
LDAP_DEBUG_TRACE
,
"ldap_open successful, ld_host is %s
\n
"
,
...
...
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