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
60a068ae
Commit
60a068ae
authored
May 21, 1999
by
Kurt Zeilenga
Browse files
don't free connections[i]
parent
8da2a1b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
60a068ae
...
...
@@ -104,8 +104,6 @@ int connections_destroy(void)
ldap_pvt_thread_mutex_destroy
(
&
connections
[
i
].
c_write_mutex
);
ldap_pvt_thread_cond_destroy
(
&
connections
[
i
].
c_write_cv
);
}
free
(
&
connections
[
i
]
);
}
free
(
connections
);
...
...
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