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
5d642efd
Commit
5d642efd
authored
Aug 11, 2005
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compiler error on win32
svn path=/icecast/trunk/icecast/; revision=9734
parent
d7f1285b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/auth_url.c
src/auth_url.c
+4
-2
No files found.
src/auth_url.c
View file @
5d642efd
...
@@ -84,9 +84,11 @@ typedef struct {
...
@@ -84,9 +84,11 @@ typedef struct {
static
void
auth_url_clear
(
auth_t
*
self
)
static
void
auth_url_clear
(
auth_t
*
self
)
{
{
auth_url
*
url
;
INFO0
(
"Doing auth URL cleanup"
);
INFO0
(
"Doing auth URL cleanup"
);
auth_url
*
url
=
self
->
state
;
url
=
self
->
state
;
curl_easy_cleanup
(
url
->
handle
);
curl_easy_cleanup
(
url
->
handle
);
free
(
url
->
username
);
free
(
url
->
username
);
free
(
url
->
password
);
free
(
url
->
password
);
...
...
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