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
8bd8dbbe
Commit
8bd8dbbe
authored
Aug 09, 2002
by
Michael Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another free->xmlFree change
svn path=/trunk/icecast/; revision=3785
parent
e42c65af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/stats.c
src/stats.c
+1
-1
No files found.
src/stats.c
View file @
8bd8dbbe
...
@@ -822,7 +822,7 @@ void stats_sendxml(client_t *client)
...
@@ -822,7 +822,7 @@ void stats_sendxml(client_t *client)
free
(
src_nodes
);
free
(
src_nodes
);
src_nodes
=
snd
;
src_nodes
=
snd
;
}
}
if
(
buff
)
f
ree
(
buff
);
if
(
buff
)
xmlF
ree
(
buff
);
}
}
static
int
_compare_stats
(
void
*
arg
,
void
*
a
,
void
*
b
)
static
int
_compare_stats
(
void
*
arg
,
void
*
a
,
void
*
b
)
...
...
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