mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Free memory used for header names
This commit is contained in:
parent
e10c32a837
commit
8a08ae25c3
@ -136,6 +136,8 @@ static void auth_url_clear(auth_t *self)
|
||||
free(url->removeaction);
|
||||
free(url->auth_header);
|
||||
free(url->timelimit_header);
|
||||
free(url->header_auth);
|
||||
free(url->header_timelimit);
|
||||
free(url->userpwd);
|
||||
free(url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user