Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
e42c65af
Commit
e42c65af
authored
Aug 09, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo preventing compile
svn path=/trunk/icecast/; revision=3784
parent
c96ec5ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/config.c
src/config.c
+1
-1
No files found.
src/config.c
View file @
e42c65af
...
...
@@ -74,7 +74,7 @@ void config_shutdown(void)
xmlFree
(
c
->
base_dir
);
if
(
c
->
log_dir
&&
c
->
log_dir
!=
CONFIG_DEFAULT_LOG_DIR
)
xmlFree
(
c
->
log_dir
);
if
(
c
->
webroot_dir
&&
s
->
webroot_dir
!=
CONFIG_DEFAULT_WEBROOT_DIR
)
if
(
c
->
webroot_dir
&&
c
->
webroot_dir
!=
CONFIG_DEFAULT_WEBROOT_DIR
)
xmlFree
(
c
->
webroot_dir
);
if
(
c
->
access_log
&&
c
->
access_log
!=
CONFIG_DEFAULT_ACCESS_LOG
)
xmlFree
(
c
->
access_log
);
...
...
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