Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166464 | Differences between
and this patch

Collapse All | Expand All

(-)alsaplayer-0.99.77-orig/app/AlsaNode.cpp (-1 / +1 lines)
Lines 488-494 Link Here
488
	looping = false;
488
	looping = false;
489
	pthread_mutex_lock(&thread_mutex);
489
	pthread_mutex_lock(&thread_mutex);
490
	if (thread_running) {
490
	if (thread_running) {
491
		if (pthread_join(looper_thread, NULL)) {
491
		if (looper_thread != NULL && pthread_join(looper_thread, NULL)) {
492
			// Hmmm
492
			// Hmmm
493
		}
493
		}
494
		thread_running = false;
494
		thread_running = false;

Return to bug 166464