Displaying 1 result from an estimated 1 matches for "moremntinfo".
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
...lient user agent and
the max listener client connection duration information available to
(icecast 2.3.2) xsl stylesheets. Will there be any memory leak issues in
the lower level functions like the acl, etc. when the source is
disconnected, when servicing queries, or otherwise?
BEGIN icecast-2.3.2-moremntinfo.patch
diff --git src/source.c src/source.c
index 02bfc74..7e90d34 100644
--- src/source.c
+++ src/source.c
@@ -614,6 +614,10 @@ static void source_init (source_t *source)
stats_event_args (source->mount, "listeners", "%lu",
source->listeners);
stats_event_args (s...