View | Details | Raw Unified
Collapse All | Expand All

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