mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
*sigh, missing ; at least the coverity list should be clear again
svn path=/icecast/trunk/icecast/; revision=14033
This commit is contained in:
parent
ef8a91c8e6
commit
9379e4e051
@ -98,7 +98,7 @@ static void auth_url_clear(auth_t *self)
|
||||
|
||||
INFO0 ("Doing auth URL cleanup");
|
||||
url = self->state;
|
||||
self->state = NULL
|
||||
self->state = NULL;
|
||||
curl_easy_cleanup (url->handle);
|
||||
free (url->username);
|
||||
free (url->password);
|
||||
|
Loading…
Reference in New Issue
Block a user