blob: 724090d28f13d4955169b2e3fa869fc6cbcaedac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
--- src/jmixer.cpp.orig 2004-05-03 00:53:39.000000000 +0200
+++ src/jmixer.cpp 2004-05-03 00:53:50.000000000 +0200
@@ -98,7 +98,7 @@
error("error initializing POSIX thread mutex");
if(pthread_cond_init (&_cond, NULL) == -1)
error("error initializing POSIX thread condtition");
- unlock();
+ //unlock();
}
Stream_mixer::~Stream_mixer() {
|