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
69af6210
Commit
69af6210
authored
Aug 20, 2004
by
Karl Heyes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small memory leak, only happened when a source exited
svn path=/icecast/trunk/icecast/; revision=7596
parent
15016583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/source.c
src/source.c
+2
-0
No files found.
src/source.c
View file @
69af6210
...
...
@@ -237,6 +237,8 @@ void source_clear_source (source_t *source)
source
->
no_mount
=
0
;
source
->
max_listeners
=
-
1
;
source
->
yp_public
=
0
;
util_dict_free
(
source
->
audio_info
);
source
->
audio_info
=
NULL
;
free
(
source
->
fallback_mount
);
source
->
fallback_mount
=
NULL
;
...
...
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