1
0
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:
Karl Heyes 2007-10-22 02:57:56 +00:00
parent ef8a91c8e6
commit 9379e4e051

View File

@ -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);