Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
fb929265
Commit
fb929265
authored
Jun 26, 2003
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- fixed small memory leak
svn path=/trunk/icecast/; revision=5010
parent
303c1119
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/stats.c
src/stats.c
+2
-0
No files found.
src/stats.c
View file @
fb929265
...
...
@@ -118,6 +118,8 @@ void stats_shutdown()
free
(
event
->
source
);
if
(
event
->
value
)
free
(
event
->
value
);
if
(
event
->
name
)
free
(
event
->
name
);
next
=
event
->
next
;
free
(
event
);
event
=
next
;
...
...
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