changeset 804:1cc14b1239a1 trunk

[svn] - need to clear data->playing when stopped.
author yaz
date Mon, 12 Mar 2007 08:52:04 -0700
parents 4a2b2677dd9b
children 1ba5f86aeac9
files ChangeLog src/cue/cuesheet.c
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 12 02:08:26 2007 -0700
+++ b/ChangeLog	Mon Mar 12 08:52:04 2007 -0700
@@ -1,3 +1,11 @@
+2007-03-12 09:08:26 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [1704]
+  - performer and title of each track should be NULL after freed.
+  
+  trunk/src/cue/cuesheet.c |    2 ++
+  1 file changed, 2 insertions(+)
+
+
 2007-03-12 06:39:38 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [1702]
   - add cleanup code.
--- a/src/cue/cuesheet.c	Mon Mar 12 02:08:26 2007 -0700
+++ b/src/cue/cuesheet.c	Mon Mar 12 08:52:04 2007 -0700
@@ -254,6 +254,8 @@
 	if (real_ip != NULL)
 		real_ip->plugin->stop(real_ip);
 
+	data->playing = 0;
+
 	gtk_timeout_remove(timeout_tag);
 	free_cue_info();