Mercurial > audlegacy-plugins
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.