diff src/xmms-sid.c @ 74:8cb66a3f75f7

Testing
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Sep 2003 18:51:05 +0000
parents 2bc607888f53
children 653c9b0d1320
line wrap: on
line diff
--- a/src/xmms-sid.c	Sun Sep 14 03:14:01 2003 +0000
+++ b/src/xmms-sid.c	Sun Sep 14 18:51:05 2003 +0000
@@ -401,8 +401,6 @@
 
  xs_player->plrDeleteSID(&myStatus);
 
- g_free(myStatus.currFileName);
-
  /* Exit the playing thread */
  XSDEBUG("exiting thread, bye.\n");
 
@@ -444,7 +442,7 @@
 {
  /* If playing, stop. */
  XSDEBUG("STOP_REQ\n");
- if (xs_status.isPlaying || !xs_status.allowNext)
+ if (xs_status.isPlaying)
 	{
 	XSDEBUG("stopping...\n");
 	pthread_mutex_lock(&xs_mutex);