changeset 4727:b53704474dd4

Disable visualization subsystem because it memory leaks like a sieve without the legacy UI in place.
author William Pitcock <nenolod@atheme.org>
date Wed, 16 Jul 2008 16:37:42 -0500
parents ad06ffc54c23
children ab79ddbdcf42
files src/audacious/input.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/input.c	Mon Jul 14 18:06:36 2008 +0200
+++ b/src/audacious/input.c	Wed Jul 16 16:37:42 2008 -0500
@@ -173,6 +173,7 @@
 void
 input_add_vis_pcm(gint time, AFormat fmt, gint nch, gint length, gpointer ptr)
 {
+#if 0
     VisNode *vis_node;
     gint max;
     
@@ -203,6 +204,7 @@
     G_LOCK(vis_mutex);
     vis_list = g_list_append(vis_list, vis_node);
     G_UNLOCK(vis_mutex);
+#endif
 }
 
 void
@@ -524,7 +526,6 @@
         }
 
         tuple_associate_int(input, FIELD_LENGTH, NULL, -1);
-
     }
 
     g_free(filename_proxy);