diff audacious/ui_fileinfo.c @ 1588:15d92c51bde6 trunk

[svn] - modified time (mtime) has been introduced into tuple - playlist makes use of mtime for scan control - xspf records and reads mtime
author yaz
date Wed, 23 Aug 2006 07:46:33 -0700
parents 06329cbf186a
children ce3ce44d6814
line wrap: on
line diff
--- a/audacious/ui_fileinfo.c	Sun Aug 20 12:20:36 2006 -0700
+++ b/audacious/ui_fileinfo.c	Wed Aug 23 07:46:33 2006 -0700
@@ -500,4 +500,5 @@
 	fileinfo_show_for_tuple(tuple);
 
 	bmp_title_input_free(tuple);
+	tuple = NULL;
 }