Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
9fd0b297
Commit
9fd0b297
authored
Dec 08, 2004
by
Karl Heyes
Browse files
I should fix the leak properly :)
svn path=/icecast/trunk/icecast/; revision=8349
parent
d124e7ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/yp.c
View file @
9fd0b297
...
@@ -747,7 +747,7 @@ static void yp_destroy_ypdata(ypdata_t *ypdata)
...
@@ -747,7 +747,7 @@ static void yp_destroy_ypdata(ypdata_t *ypdata)
if
(
ypdata
->
audio_info
)
{
if
(
ypdata
->
audio_info
)
{
free
(
ypdata
->
audio_info
);
free
(
ypdata
->
audio_info
);
}
}
if
(
ypdata
->
audio_info
)
{
if
(
ypdata
->
cluster_password
)
{
free
(
ypdata
->
cluster_password
);
free
(
ypdata
->
cluster_password
);
}
}
free
(
ypdata
->
error_msg
);
free
(
ypdata
->
error_msg
);
...
...
Write
Preview
Supports
Markdown
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