7d4aa906f9
Link with xulrunner. Should be usable for other browsers such as www/epiphany, but didn't test.
13 lines
615 B
Text
13 lines
615 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2009/09/14 08:56:09 tnn Exp $
|
|
|
|
--- Source/plugin-threads.cpp.orig 2007-09-22 08:07:14.000000000 +0200
|
|
+++ Source/plugin-threads.cpp 2007-09-22 08:08:18.000000000 +0200
|
|
@@ -2302,7 +2302,7 @@
|
|
local_td->argv[argc++] = NULL;
|
|
}
|
|
pthread_mutex_unlock(&(local_td->instance->control_mutex));
|
|
- pthread_mutex_unlock(&(local_td->instance->playlist_cond_mutex));
|
|
+ // pthread_mutex_unlock(&(local_td->instance->playlist_cond_mutex));
|
|
// since thread is dead, reset thread state variables.
|
|
local_td->instance->threadsetup = 0;
|
|
local_td->instance->threadlaunched = 0;
|