Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Icecast-Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
94
Issues
94
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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