Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
8a08ae25
Commit
8a08ae25
authored
Sep 19, 2018
by
Philipp Schafft
🦁
Browse files
Fix: Free memory used for header names
parent
e10c32a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/auth_url.c
View file @
8a08ae25
...
@@ -136,6 +136,8 @@ static void auth_url_clear(auth_t *self)
...
@@ -136,6 +136,8 @@ static void auth_url_clear(auth_t *self)
free
(
url
->
removeaction
);
free
(
url
->
removeaction
);
free
(
url
->
auth_header
);
free
(
url
->
auth_header
);
free
(
url
->
timelimit_header
);
free
(
url
->
timelimit_header
);
free
(
url
->
header_auth
);
free
(
url
->
header_timelimit
);
free
(
url
->
userpwd
);
free
(
url
->
userpwd
);
free
(
url
);
free
(
url
);
}
}
...
...
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