mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Fix: Clear XSLT admin path cache on config reload
This commit is contained in:
parent
450c26a45b
commit
f52f562e76
@ -142,6 +142,11 @@ void xslt_clear_cache(void)
|
||||
for (i = 0; i < CACHESIZE; i++)
|
||||
clear_cache_entry(i);
|
||||
|
||||
if (admin_URI) {
|
||||
xmlFree(admin_URI);
|
||||
admin_URI = NULL;
|
||||
}
|
||||
|
||||
thread_mutex_unlock(&xsltlock);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user