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
Nadezhda Ivanova
OpenLDAP
Commits
85c0f926
Commit
85c0f926
authored
Aug 22, 1999
by
Hallvard Furuseth
Browse files
Plug minor memory leak
parent
968f742d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/main.c
View file @
85c0f926
...
...
@@ -226,6 +226,7 @@ int main( int argc, char **argv )
))
!=
EOF
)
{
switch
(
i
)
{
case
'h'
:
/* listen URLs */
if
(
urls
!=
NULL
)
free
(
urls
);
urls
=
ch_strdup
(
optarg
);
break
;
...
...
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