diff src/audacious/titlestring.c @ 2560:5511818eb9d3 trunk

[svn] - added custom field in tuple, for internal use by plugins or by whatever wanting to use it
author giacomo
date Wed, 21 Feb 2007 15:02:54 -0800
parents 864c12eafb49
children c0e5cf2273ad
line wrap: on
line diff
--- a/src/audacious/titlestring.c	Wed Feb 21 04:25:12 2007 -0800
+++ b/src/audacious/titlestring.c	Wed Feb 21 15:02:54 2007 -0800
@@ -93,6 +93,9 @@
     if (input->file_path != NULL)
         g_free(input->file_path);
 
+    if (input->custom != NULL)
+        g_free(input->custom);
+
     g_free(input);
 }