1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Cleanup: corrected a space

This commit is contained in:
Philipp Schafft 2015-03-31 08:03:28 +00:00
parent bfbb8f207c
commit 8455dbde57

View File

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