Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
644320e2
Commit
644320e2
authored
Jul 31, 2003
by
Per Cederqvist
Browse files
(isc_shutdown): Handle struct isc_scb_internal.
parent
296a3199
Changes
1
Show whitespace changes
Inline
Side-by-side
src/libraries/libisc-new/src/isc_master.c
View file @
644320e2
...
...
@@ -95,7 +95,7 @@ void
isc_shutdown
(
struct
isc_mcb
*
mcb
)
{
while
(
mcb
->
sessions
)
isc_destroy
(
mcb
,
mcb
->
sessions
->
scb
);
isc_destroy
(
mcb
,
&
mcb
->
sessions
->
scb
->
pub
);
isc_free
(
mcb
->
scfg
);
isc_free
(
mcb
);
...
...
Write
Preview
Markdown
is supported
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