aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2/files
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-27 11:09:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-27 11:09:33 +0000
commit583989406c440abde46fcb50cc4a97922771a9e4 (patch)
treea22c83f4f62e8570f846914c5cb7eb2d48737dd3 /audio/icecast2/files
parent64635e521ec92321a9e65840d565839b6c746d64 (diff)
downloadports-583989406c440abde46fcb50cc4a97922771a9e4.tar.gz
ports-583989406c440abde46fcb50cc4a97922771a9e4.zip
Notes
Diffstat (limited to 'audio/icecast2/files')
-rw-r--r--audio/icecast2/files/patch-src-stats.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/icecast2/files/patch-src-stats.c b/audio/icecast2/files/patch-src-stats.c
new file mode 100644
index 000000000000..3d763a99c5e5
--- /dev/null
+++ b/audio/icecast2/files/patch-src-stats.c
@@ -0,0 +1,14 @@
+--- src/stats.c.orig 2008-05-01 10:22:40.000000000 +0800
++++ src/stats.c 2012-04-24 02:22:44.574821557 +0800
+@@ -973,7 +973,11 @@
+ if (event->source)
+ {
+ if (show_mount && strcmp (event->source, show_mount) != 0)
++ {
++ xmlFree (name);
++ xmlFree (value);
+ break;
++ }
+ srcnode = _find_xml_node(event->source, &src_nodes, node);
+ }
+ else