mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Cleanup: corrected a space
This commit is contained in:
parent
bfbb8f207c
commit
8455dbde57
@ -523,7 +523,7 @@ void config_clear(ice_config_t *c)
|
||||
if (c->master_password) xmlFree(c->master_password);
|
||||
if (c->user) xmlFree(c->user);
|
||||
if (c->group) xmlFree(c->group);
|
||||
if (c->mimetypes_fn) xmlFree (c->mimetypes_fn);
|
||||
if (c->mimetypes_fn) xmlFree(c->mimetypes_fn);
|
||||
|
||||
event_registration_release(c->event);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user