Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556158
Collapse All | Expand All

(-)timidity/jack_a.c (+1 lines)
Lines 508-513 Link Here
508
				pthread_cond_wait(&ctx->cond, &ctx->lock);
508
				pthread_cond_wait(&ctx->cond, &ctx->lock);
509
		}
509
		}
510
		/* fallthrough */
510
		/* fallthrough */
511
	case PM_REQ_PLAY_START:
511
	case PM_REQ_DISCARD:
512
	case PM_REQ_DISCARD:
512
		ctx->running = 0;
513
		ctx->running = 0;
513
		ringbuf_clear(&ctx->rbuf);
514
		ringbuf_clear(&ctx->rbuf);

Return to bug 556158